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
- Host: GitHub
- URL: https://github.com/ericvida/imba-complete
- Owner: ericvida
- Created: 2019-01-29T08:18:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-29T08:20:50.000Z (over 7 years ago)
- Last Synced: 2025-03-20T06:15:53.259Z (about 1 year ago)
- Language: JavaScript
- Size: 12.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```