Skip to content

Commit e705427

Browse files
authored
use yarn: update README to include serve command and remove package-lock.json (#61)
1 parent 10f4ae1 commit e705427

2 files changed

Lines changed: 8 additions & 17558 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ $ yarn build
2424

2525
This command generates static content into the `build` directory and can be served using any static contents hosting service.
2626

27+
### Serve
28+
29+
```
30+
$ yarn serve
31+
```
32+
33+
This command serves the build generated with the previous command (`yarn build`).
34+
2735
### Deployment
2836

2937
Using SSH:

0 commit comments

Comments
 (0)