- Persistence store: MongoDB hosted on MongoLab
- Backend: Node.js
- Awesome AngularJS on the client
- CSS based on Twitter's bootstrap
It is a complete project with a build system focused on AngularJS apps and tightly integrated with other tools commonly used in the AngularJS community:
- powered by Grunt.js
- test written using Jasmine syntax
- test are executed by Karma Test Runner (integrated with the Grunt.js build)
- build supporting JS, CSS and AngularJS templates minification
- Twitter's bootstrap with LESS templates processing integrated into the build
- Travis-CI integration
You need to install Node.js and then the development tools. Node.js comes with a package manager called npm for installing NodeJS applications and libraries.
- Install node.js (requires node.js version >= 0.8.4)
- Install Grunt-CLI and Karma as global npm modules