- NodeJS min 4.2.X https://nodejs.org
- Ruby min 2.2.X
- Ruby https://www.ruby-lang.org/en/downloads/
- Ruby on Windows http://rubyinstaller.org/downloads/
- Sass installed (
gem install sass)
Open a command prompt at the project folder and execute following commands:
- Run
npm installto update your npm packages - Run
bower installto update your bower packages - Run
gulp buildto compile the project files for the first time and copy the vendors file into the dist folder. - Run
gulp serveto launch the project. - Run
karma startto run the test.
- The app has been built on top of Firebase and requires authentication to access the admin area.
- To access admin area: username
[email protected]pwadmin - if modules are missing while running gulp, delete node modules folder and re-run npm install