We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e3c72 commit 9ddbfccCopy full SHA for 9ddbfcc
README.md
@@ -43,16 +43,13 @@ To support the different chapters and steps of the tutorial; we use branches to
43
44
#### Usage
45
46
-To use this repo locally you need to have [Create React App](https://github.com/facebookincubator/create-react-app) installed.
+This project is created using [Create React App](https://github.com/facebookincubator/create-react-app).
47
48
-``` bash
49
-$ npm install -g create-react-app
50
-```
51
-
52
-Clone this repo.
+To use this repo locally, start by cloning it and installing the NPM packages.
53
54
``` bash
55
$ git clone https://github.com/AnomalyInnovations/serverless-stack-demo-client
+$ npm install
56
```
57
58
Run it locally.
0 commit comments