项目作者: sriharigoud

项目描述 :
angular2-mean
高级语言: TypeScript
项目地址: git://github.com/sriharigoud/angular2-mean.git
创建时间: 2017-06-05T16:09:31Z
项目社区:https://github.com/sriharigoud/angular2-mean

开源协议:

下载


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.

  1. $ 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

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

Install dependencies

  1. $ npm install

Run the app

  1. $ npm run build

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