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
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
4
4
5
-
## Development server
6
5
7
-
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
6
+
## Running Locally for development
7
+
8
+
1.`npm install`
9
+
1.`npm start`
10
+
1. An empty window while pop up while Webpack to warm ups
11
+
1. Once Webpack is running, refresh the window and you're golden
12
+
8
13
9
14
## Code scaffolding
10
15
11
-
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`.
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
+
* * *
21
+
22
+
The following instructions came from the Angular CLI, I haven't tested them yet though.
23
+
24
+
* * *
25
+
12
26
13
27
## Build
14
28
15
29
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
16
30
31
+
17
32
## Running unit tests
18
33
19
34
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
20
35
36
+
21
37
## Running end-to-end tests
22
38
23
39
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
24
40
41
+
25
42
## Further help
26
43
27
44
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).
0 commit comments