An open API service indexing awesome lists of open source software.

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

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!