- 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 install
to update your npm packages - Run
bower install
to update your bower packages - Run
gulp build
to compile the project files for the first time and copy the vendors file into the dist folder. - Run
gulp serve
to launch the project. - Run
karma start
to 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