##Example of MEAN stack application
$ npm install
Followed by:
$ npm start
To run client-side tests
$ karma start
To run server-side tests
$ mocha test/api.js
Make sure to have MongoDB running
##Example of MEAN stack application
$ npm install
Followed by:
$ npm start
To run client-side tests
$ karma start
To run server-side tests
$ mocha test/api.js
Make sure to have MongoDB running