Skip to content

Commit 35f1062

Browse files
committed
Updating README
1 parent 3af9593 commit 35f1062

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 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.
@@ -79,3 +76,5 @@ $ npm run deploy
7976
Serverless Stack is authored and maintained by Frank Wang ([@fanjiewang](https://twitter.com/fanjiewang)) & Jay V ([@jayair](https://twitter.com/jayair)). [**Subscribe to our newsletter**](http://eepurl.com/cEaBlf) for updates on Serverless Stack. Send us an [email][Email] if you have any questions.
8077

8178
[Email]: mailto:[email protected]
79+
80+

0 commit comments

Comments
 (0)