Skip to content

Commit 9ddbfcc

Browse files
authored
Update README.md
1 parent d7e3c72 commit 9ddbfcc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,13 @@ To support the different chapters and steps of the tutorial; we use branches to
4343

4444
#### Usage
4545

46-
To use this repo locally you need to have [Create React App](https://github.com/facebookincubator/create-react-app) installed.
46+
This project is created using [Create React App](https://github.com/facebookincubator/create-react-app).
4747

48-
``` bash
49-
$ npm install -g create-react-app
50-
```
51-
52-
Clone this repo.
48+
To use this repo locally, start by cloning it and installing the NPM packages.
5349

5450
``` bash
5551
$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-client
52+
$ npm install
5653
```
5754

5855
Run it locally.

0 commit comments

Comments
 (0)