Skip to content

sriharigoud/MEAN-Angular2

Repository files navigation

Angular 2 - Mean example

Extended with login and register support(6th Jun 2017) Update 11th June 2017: Users can add their own quotes and see. Updated datbase schema.

PHP - NODE - SOCKET.IO - Stream exmple

https://github.com/moemoe89/Simple-realtime-message-SocketIO-NodeJS-CI/blob/master/server.js

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

Set up.

Make sure you have angular cli installed.

$ npm install -g angular-cli

Make sure you have mongoDB installed. Check it's installation by typing mongo

Check mongo-dump/ and import them to your test database

Clone the repo

$ git clone https://github.com/sriharigoud/angular2-mean.git
$ cd angular2-mean

Install dependencies

$ npm install

Run the app

$ npm run build

Point your browser to http://localhost:3000/quotes