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
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@ https://github.com/facebook/create-react-app

Use the following command:

npx create-react-app react-base-app
`npx create-react-app react-base-app`


2. Open created directory/project in VS Code


3. Give following commands to view app in browser:

```
cd react-base-app

npm start
```


4. Now we will be adding the project we just created to GitHub using the command line:
Expand Down