https://github.com/hmpl-language/hello-hmpl-starter
A minimal starter template to get started with HMPL
https://github.com/hmpl-language/hello-hmpl-starter
hmpl hmpl-js star starter-template
Last synced: about 1 year ago
JSON representation
A minimal starter template to get started with HMPL
- Host: GitHub
- URL: https://github.com/hmpl-language/hello-hmpl-starter
- Owner: hmpl-language
- Created: 2025-02-16T08:48:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T07:28:13.000Z (about 1 year ago)
- Last Synced: 2025-05-08T08:31:47.654Z (about 1 year ago)
- Topics: hmpl, hmpl-js, star, starter-template
- Language: JavaScript
- Homepage: https://hmpl-lang.dev/getting-started.html
- Size: 28.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello HMPL Starter
A minimal starter template to get started with HMPL.
## Setup
```sh
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:
```sh
npm run dev
```
After this, the application will open in your browser.
## Learn More
- [HMPL Docs](https://www.spec.hmpl-lang.dev)
- [Examples](https://www.hmpl-lang.dev/examples)
## Contributors
This project was created by [Saptarshi Mula](https://github.com/toyaAoi). Many thanks to him!