Skip to content

Commit 98e9047

Browse files
Update README.md
1 parent 2764528 commit 98e9047

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
1010

1111
1. `npm install`
1212
1. `npm start`
13-
1. An empty window will pop up while Webpack warm ups
14-
1. Once Webpack is running, refresh the window and you're golden
13+
1. Webpack will spin up (takes a moment) then a window will pop up
14+
15+
You can also run this repo in a regular browser with `npm run start:web`, but will need to add conditionals into your code to skip desktop-specific code (`if (window.nw) {}`).
1516

1617

1718
## Building for distribution
@@ -24,7 +25,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular
2425

2526
# **IMPORTANT NOTE ABOUT BUILDS!!!**
2627

27-
They take a long time. If you do `npm run build` expect it to take 10-15 minutes. This can be adjusted by changing the build params in the `package.json`. The more platforms and build types, the longer it takes.
28+
They take a long time. If you do `npm run build` expect it to take 10-15 minutes. This can be adjusted by changing the build params in the `package.json`. The more platforms and build types, the longer it takes. You can also remove the `--concurrent` from the `build:nw` script to see a status of what has been completed. This will allow individual pieces to finish faster, but the entire build will take longer.
2829

2930

3031
## Automated quality enforcment
@@ -51,4 +52,4 @@ They take a long time. If you do `npm run build` expect it to take 10-15 minutes
5152

5253
## Further help
5354

54-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
55+
To get more help on the Angular CLI use `npm run ng -- help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)