Idea is a web application for proposition life improvement ideas.
Idea App uses a number of open source projects to work properly:
- [AngularJS] - HTML enhanced for web apps!
- [Twitter Bootstrap] - great UI boilerplate for modern web apps
- [NodeJS] - evented I/O for the backend
- [Express] - fast node.js network app framework
- [Bower] - Bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you are looking for.
- [Yeoman] - The web's scaffolding tool for modern webapps
You need install all node modules and bower components:
$ npm install
$ bower install
$ grunt
$ grunt test
$ grunt serve
$ grunt serve:dist
[NodeJS]:http://nodejs.org
[Twitter Bootstrap]:http://twitter.github.com/bootstrap/
[Express]:http://expressjs.com
[AngularJS]:http://angularjs.org
[Bower]:http://bower.io
[Yeoman]:http://yeoman.io