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