MEAN Stack App- MongoDB, Express, Angular, Node, Grunt
- Clone the repository:
git clone git@github.com:aveshsri2005/mean-stack-example.git
- Install the application:
npm install
- Update your MongoDB URI in
config/database.js
- Start the server:
node server.js
ornpm run dev
ornpm start
- View in browser at
http://localhost:5000