Prerequisites
- install nodejs (https://nodejs.org/en/download/)
Setup
-
git clone this project
-
using a terminal, cd into the base folder of this project on Windows, use Node's terminal instead
-
run
npm install -g bower
-
run
npm install -g gulp
-
run
npm install
-
run
bower install
-
run
gulp
-
launch your browser @ http://localhost:8080
When you make changes and save your files, the browser will refresh automatically.