Main dashboard for PODD project. Focus to make collaboration between stakeholder easier.
- Nodejs, I recommend (nvm)[https://github.com/creationix/nvm] to manage nodejs version.
- Gruntjs
- MongoDB
- Redis
- [Compass] gem install compass
- Install
nvm
, then the latest node version bynvm install node
. - Install bower by
npm install -g bower
oryarn global add bower
depend on your prefer. - Install grunt with
npm install -g grunt-cli
- Run
npm install
- Run
bower install
- Copy configuration file at
app/scripts/config.js.sample
toapp/scripts/config.js
and modify at your need. - Run
grunt serve
- Use
pm2 start pm2.json
Use grunt build