Skip to content

hmpl-language/hello-hmpl-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello HMPL Starter

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!

Releases

No releases published

Packages

No packages published