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
- Host: GitHub
- URL: https://github.com/konsumer/imba-demo
- Owner: konsumer
- Created: 2018-12-01T20:24:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-04T06:49:55.000Z (over 7 years ago)
- Last Synced: 2025-04-07T13:39:53.837Z (about 1 year ago)
- Language: HTML
- Size: 58.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```