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

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

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
```