- Install Git (https://git-scm.com/download/win)
- Install Node.js (https://nodejs.org/dist/v4.4.5/node-v4.4.5-x64.msi)
- Install Ruby (http://dl.bintray.com/oneclick/rubyinstaller/rubyinstaller-2.2.4-x64.exe)
- Install the compass gem:
Note: You may need to add
C:\Ruby22-x64\bin
to system path.
gem install compass
- Install
yo
,grunt-cli
,bower
,generator-angular
andgenerator-karma
:
npm install -g grunt-cli bower yo generator-karma generator-angular
- Install application packages:
npm install
bower install
# Build the project
grunt
# Preview the application in browser
grunt serve
grunt test
It will run the unit tests with karma and PhantomJS.
Update config.json
to specify EagleEye Platform API root endpoint.
{
"root_endpoint": "http://127.0.0.1:3000/"
}