App to demostrate building an angular 2 app in the MEAN stack with the Angular CLI.
Make sure you have angular cli installed.
$ npm install -g angular-cliClone the repo
$ git clone https://github.com/gangachris/ng2-mean.git
$ cd ng2-meanInstall dependencies
$ npm installRun the app
$ npm run build