Skip to content

Commit 104f507

Browse files
committed
README.md
1 parent 2e13160 commit 104f507

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@ Find out more [Free Angular Themes at StartAngular.com](http://www.startangular.
1111
2. Make sure you have [bower](http://bower.io/), [grunt-cli](https://www.npmjs.com/package/grunt-cli) and [npm](https://www.npmjs.org/) installed globally
1212
3. On the command prompt run the following commands
1313
- cd `project-directory`
14-
- `npm install`
15-
- `bower install`
16-
- `grunt serve`
17-
- `grunt serve:dist` - to minify the files for deployment
14+
- `npm install` - bower install is ran from the postinstall
15+
- `npm start` - a shortcut for `grunt serve`
16+
- `npm run dist` - a shortcut for `grunt serve:dist` to minify the files for deployment
1817

1918
## Roadmap
2019

0 commit comments

Comments
 (0)