diff --git a/README.md b/README.md index c2e1b6b0..450eb9e4 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # Angular Express Seed Example App -Based on the [Angular Express Seed](https://github.com/btford/angular-express-seed), this simple app illustrates how to use [AngularJS](http://angularjs.org/) and [Express](http://expressjs.com/) on a [Node.js](http://nodejs.org/) server to make a simple blog. \ No newline at end of file +Based on the [Angular Express Seed](https://github.com/btford/angular-express-seed), this simple app illustrates how to use [AngularJS](http://angularjs.org/) and [Express](http://expressjs.com/) on a [Node.js](http://nodejs.org/) server to make a simple blog. + +How to start application +======================== + +(1) Install dependancy as required by `npm install` + +(2) Start the server using `node app.js` + +(3) And finally visit the link [http://localhost:3000/] (http://localhost:3000/)