-
Grab this repo:
$ git clone git@github.com:Mx3-Studio/fireside.git $ cd fireside
-
Install dependencies
$ npm install -g gulp bower
-
Install NPM Packages
$ npm install
-
Install Bower Packages
$ bower install
-
Run Node server
$ gulp serve-dev
-
Browse to http://localhost:8080/
-
Gulp Task Summary
- inject -- injects all bower and custom JS and CSS into the index.html
- styles -- compiles all LESS files into CSS
- validate -- runs JSHint and JSCS on the source code
- less-watcher -- run in the background to auto-compile LESS on save
- build -- creates a production-ready build
- serve-dev -- runs the dev version of the application in a Node server, watching for LESS changes
- serve-build -- runs the build version of the application in a Node server
-
To see the complete list of Gulp tasks:
$ gulp help