1.0.0 • Published 9 years ago

bygg-examples v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
9 years ago

bygg examples

Requirements

$ git clone https://github.com/oleavr/bygg-examples.git
$ npm install

Running

$ cd basic (or react-6to5-sass)
$ ../node_modules/.bin/bygg serve

The example will be running on http://localhost:3000/

There is a --optimize flag (or -o) to run with minified JS, CSS and image assets

Building

$ cd basic (or react-6to5-sass)
$ ../node_modules/.bin/bygg build