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

https://github.com/konsumer/imba-demo

simple parcel quickstart for imba language
https://github.com/konsumer/imba-demo

Last synced: 3 months ago
JSON representation

simple parcel quickstart for imba language

Awesome Lists containing this project

README

          

# imba-demo

This is a quick starter with parcel & imba.

```sh
npm i # install dependencies
npm run build # build static website in dist/
npm start # start dev-server with hot-reloading
```