Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ In this project we will use an npm package called `create-react-app` to quickly
## Setup

* `Fork` and `clone` this repository and then `cd` into it.
* If you don't have `create-react-app` installed, do so by running `sudo npm install -g create-react-app`.
* If you don't have `create-react-app` installed, do so by running `npm install -g create-react-app`.
* Run `create-react-app app`in the root directory. ( This will create a folder called app )
* Open the newly created `app` folder in your editor.
* Make sure to move the calculator.png image into the app/src folder to avoid any errors!
Expand Down