File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
144144MIT
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.
You can’t perform that action at this time.
0 commit comments