You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,10 +11,9 @@ Find out more [Free Angular Themes at StartAngular.com](http://www.startangular.
11
11
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
12
12
3. On the command prompt run the following commands
13
13
- 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
0 commit comments