Skip to content

Commit fc5d6c5

Browse files
Updated README.md
1 parent 7147161 commit fc5d6c5

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
1111
1. Once Webpack is running, refresh the window and you're golden
1212

1313

14-
## Code scaffolding
15-
16-
1. `npm install -g @angular/cli`
17-
1. Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
18-
19-
20-
## Build
14+
## Building for distribution
2115

2216
1. `npm run build:clean` will delete your `./dist` and `/dist-ng` folders
2317
1. `npm run build:ng` will build just your Angular app for distribution (`./dist-ng`)
@@ -37,6 +31,12 @@ The following instructions came from the Angular CLI, I haven't tested them yet
3731
* * *
3832

3933

34+
## Code scaffolding
35+
36+
1. `npm install -g @angular/cli`
37+
1. Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
38+
39+
4040
## Running unit tests
4141

4242
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

0 commit comments

Comments
 (0)