Skip to content

calebmagenic/ng2-mean

Repository files navigation

NG2 MEAN

A Todo app to demostrate building an angular 2 app in the MEAN stack with the Angular CLI.

MEAN Stack Prerequisites

MongoDB: https://docs.mongodb.com/manual/introduction/

Express.js: http://expressjs.com/

Angular 2: http://angular.io

Node.js: https://nodejs.org

Set up

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 E2E Tests

Run mongo

$ npm run mongo

Run the server

$ npm run build

Run the e2e tests

$ npm run e2e

About

A Todo app to demostrate building an angular 2 app in the MEAN stack with the Angular CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published