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

https://github.com/ericvida/imba-complete

Code for a complete course on Imba
https://github.com/ericvida/imba-complete

Last synced: about 2 months ago
JSON representation

Code for a complete course on Imba

Awesome Lists containing this project

README

          

# imba-sass-Imba-router

Imba boilerplate with:
- Webpack
- [Imba-router](http://imba.io/guides/advanced/routing)
- Sass (Indented flavor by default)
- CSS normalize preloaded – Imported in App.sass
- [Milligram](http://milligram.io) — Minimalist CSS Framework (Remove @import 'milligram' in App.sass if unwanted)

## Install dependencies

```
npm install
```
or
```
yarn add
```

### Run in development mode

```
npm run dev
```
or
```
yarn dev
```

### Build

```
npm run build
```
or
```
yarn build
```