Skip to content

Commit 48f0838

Browse files
committed
changed discription
1 parent 2559413 commit 48f0838

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Angular2 MEAN - QuickStart application with ExpressJS, MongoDB, Gulp and Typescript (Repository Pattern)
1+
# Angular2 MEAN - QuickStart application with ExpressJS, MongoDB, Gulp and Typescript (Repository Pattern) [Updated to RC5]
22

33
[![Build status](https://ci.appveyor.com/api/projects/status/y7cp312hef8sju0w/branch/master?svg=true)](https://ci.appveyor.com/project/moizKachwala/angular2-express-mongo-gulp-node-typescript/branch/master)
44
[![Gitter](https://badges.gitter.im/moizKachwala/Angular2-express-mongo-gulp-node-typescript.svg)](https://gitter.im/moizKachwala/Angular2-express-mongo-gulp-node-typescript?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
@@ -18,9 +18,9 @@ It also uses Gulp for running task and TsLint.The seed application is built over
1818

1919
## Steps to Run
2020
```sh
21-
npm install <= install all the npm Dependencies
22-
npm build <= build client and server application.
23-
npm start <= start the Nodemon and watch for changes.
21+
npm install <= install all the npm Dependencies
22+
npm run build <= build client and server application.
23+
npm run start <= start the Nodemon and watch for changes.
2424
```
2525

2626
## Directory Structure
@@ -143,3 +143,7 @@ angular2-MEAN
143143

144144
MIT
145145

146+
## Upcomming
147+
148+
Updated to latest version of Angular2 (RC5) but yet need to ammend the angular code. Just driven the basic part of bootstrap.
149+
Still need to add the routes and other params to work with mongodb.

0 commit comments

Comments
 (0)