You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/dev-environment/javascript/react-beginners-tutorial.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ There are many ways to create an application with React (see the [React Overview
52
52
53
53
1. Use vite on Windows or WSL (see the [prerequisites above](#prerequisites)) to create a new project: `npm create vite@latest hello-world -- --template react`
54
54
55
-
2. Change directories so that you're inside the folder for your new app: `cd hello-world`, install the dependencies: `npm install` and start your local development server: `npm run dev`
55
+
2. Change directories so that you're inside the folder for your new app: `cd hello-world`, install the dependencies: `npm install` and then start your local development server: `npm run dev`
56
56
57
57
Your new React Hello World app will compile and open your default web browser to show that it's running on `http://localhost:5173`.
0 commit comments