Simple Todo Example using the MEAN (http://mean.io/) stack.
- FeathersJS (http://feathersjs.com) for API/Socket layer.
- Based on generator-mean (https://github.com/jrcryer/generator-mean)
- Running MongoDB instance
Clone repository and run bower and npm:
$ bower install
$ npm install
Start server and open http://localhost:3000 in your browser
$ grunt
$ open http://localhost:3000