Skip to content

Commit

Permalink
Update 2. 🌈 Building App.md
Browse files Browse the repository at this point in the history
changed npm start to npm run dev
  • Loading branch information
yash251 authored Sep 26, 2022
1 parent 625ce46 commit 6449ec9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This will first create a helloreact folder and then my-app, a basic react applic

```bash
cd my-app
npm start
npm run dev
```

This will start your server and automatically open a window for you, where you can see the default react app. You will see something like the following image.
Expand Down Expand Up @@ -170,7 +170,7 @@ export default App;
Go ahead and run the following command in the terminal.

```bash
npm start
npm run dev
```

If you have any questions, [join our discord.](https://discord.gg/vbVMUwXWgc)
Expand Down

0 comments on commit 6449ec9

Please sign in to comment.