Hello HMPL Starter

November 15, 2025 ยท View on GitHub

A minimal starter template to get started with HMPL.

Setup

npx degit hmpl-language/hello-hmpl-starter hello-hmpl
cd hello-hmpl
npm install

Project Structure

hello-hmpl/
|--mock/
|--public/
|   |--hmpl.png
|--src/
|   |--hmpl/
|   |   |--HelloWorld.hmpl
|   |--main.js
|--index.html
|--package.json
|--vite.config.js
|--vite-plugin-hmpl.js
|--README.md

Getting Started

To run the project, use the following command:

npm run dev

After this, the application will open in your browser.

Learn More

Contributors

This project was created by Saptarshi Mula. Many thanks to him!