Skip to content

Commit b81c0a1

Browse files
authored
Update README.md
1 parent 6ff2c2f commit b81c0a1

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ Live demo [here](https://ismaestro.github.io/angular-example-app/)!
1010

1111
## Usage
1212

13-
`npm i`
13+
Install: `npm i`
1414

15-
`npm start`
15+
Run: `npm start` and go to `localhost:4200`
1616

17-
`npm run deploy` (fork to do this)
17+
Test: `npm run test` and `npm run e2e`
18+
19+
Build: `ng build --prod`
20+
21+
Deploy: `npm run deploy` (fork to do this)
1822

1923
## Features
2024
* Angular 4

0 commit comments

Comments
 (0)