Skip to content

Commit

Permalink
Reword Creating React App section for clarity (#29295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Meltasy authored Jan 8, 2025
1 parent 4fbf236 commit 2262c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/introduction/setting_up_a_react_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Vite builds frontend tools for developers and it leverages the latest technologi

### Creating a React app

Please make sure that you are using the *LTS version of Node*, otherwise errors may occur. Fire up a terminal instance, `cd` into the folder containing your projects, and enter the following command (you can replace `my-first-react-app` with any name you want):
Please make sure that you are using the latest *LTS* version of Node, otherwise errors may occur. Open up the terminal and the folder containing your projects. Then enter the following command (you can replace `my-first-react-app` with any name you want):

```bash
npm create vite@latest my-first-react-app -- --template react
Expand Down

0 comments on commit 2262c48

Please sign in to comment.