An MVC application structure template using Node, Express 4, Mongoose and Jade.
-
Get the code:
Download stable version from here.
Or via git:
git clone https://github.com/MuhammadReda/Node-Express-Mongo-MVC.git cd $_
-
Install dependencies
npm install bower install
-
Start the server
grunt
-
The app should be running on
http://localhost:3000/