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 boweroryarn global add bowerdepend 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.sampletoapp/scripts/config.jsand modify at your need. - Run
grunt serve
- Use
pm2 start pm2.json
Use grunt build