A minimal starter template to get started with HMPL.
npx degit hmpl-language/hello-hmpl-starter hello-hmpl
cd hello-hmpl
npm install
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
To run the project, use the following command:
npm run dev
After this, the application will open in your browser.
This project was created by Saptarshi Mula. Many thanks to him!