A simple boiler plate for Mongo-Express-Angular-Node (Gulp - Webpack for ease!)
- Lightweight - Comprehend everything.
- Ready to use - Get started immediately.
install mongodb (if not already) https://www.mongodb.com/download-center?jmp=nav#community
$ mkdir my-project
$ git clone https://github.com/fDotUse/boiler-mean my-project
$ cd my-project
$ npm install
$ bower install
$ npm start
Now visit localhost:5000
Inspired by the original Node-Catapult developed by mindeavor found at: https://github.com/Concatapult/node-catapult