A Todo app to demostrate building an angular 2 app in the MEAN stack with the Angular CLI.
MongoDB: https://docs.mongodb.com/manual/introduction/
Express.js: http://expressjs.com/
Angular 2: http://angular.io
Node.js: https://nodejs.org
Make sure you have angular cli installed.
$ npm install -g angular-cli
Clone the repo
$ git clone https://github.com/calebmagenic/ng2-mean.git
$ cd ng2-mean
Install dependencies
$ npm install
Run mongo
$ npm run mongo
Run the server
$ npm run build
Run the web app
$ npm run start
Run mongo
$ npm run mongo
Run the server
$ npm run build
Run the e2e tests
$ npm run e2e