bygg-examples
v1.0.0
Published
Project example using bygg
Downloads
5
Readme
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