We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff2c2f commit b81c0a1Copy full SHA for b81c0a1
1 file changed
README.md
@@ -10,11 +10,15 @@ Live demo [here](https://ismaestro.github.io/angular-example-app/)!
10
11
## Usage
12
13
-`npm i`
+Install: `npm i`
14
15
-`npm start`
+Run: `npm start` and go to `localhost:4200`
16
17
-`npm run deploy` (fork to do this)
+Test: `npm run test` and `npm run e2e`
18
+
19
+Build: `ng build --prod`
20
21
+Deploy: `npm run deploy` (fork to do this)
22
23
## Features
24
* Angular 4
0 commit comments