- [Node.js] (http://nodejs.org/)
- [Express] (http://expressjs.com/)
- [MongoDB] (http://www.mongodb.org/)
- [Mongoose] (http://mongoosejs.com/)
- [Angular JS] (http://angularjs.org/)
- [Twitter Bootstrap] (http://getbootstrap.com/)
- [LESS] (http://lesscss.org/)
- [Karma] (http://karma-runner.github.io/)
- [Yeoman] (http://yeoman.io/)
- [Yeoman AngularJS + Express Full Stack Generator] (https://github.com/DaftMonk/generator-angular-fullstack)
- [Grunt] (http://gruntjs.com/)
- [Bower] (http://bower.io/)
1.Clone repository locally
git clone
2.Install npm dependencies
npm install
3.Install bower dependencies
npm install
4.Start the server with grunt to make sure things are running correctly
grunt server