https://github.com/gavinray97/imba-starter
An example app in Imba with a simple store and custom component, using Webpack and Imba Loader
https://github.com/gavinray97/imba-starter
Last synced: 16 days ago
JSON representation
An example app in Imba with a simple store and custom component, using Webpack and Imba Loader
- Host: GitHub
- URL: https://github.com/gavinray97/imba-starter
- Owner: GavinRay97
- Created: 2017-11-04T03:53:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-04T03:58:53.000Z (over 8 years ago)
- Last Synced: 2026-04-14T21:37:37.683Z (3 months ago)
- Language: CSS
- Size: 30.3 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Imba Starter
An example app in Imba with a simple store and custom component, using Webpack and Imba Loader
## Build Setup
``` bash
# install dependencies
yarn
# serve with hot reload at localhost:8080
yarn start
# build for production with minification
yarn build
```