Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit b1ad36f

Browse files
committed
minor edits
1 parent 4dcfe2c commit b1ad36f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/nodejs/websites-vite-react.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install
2828
We will use Vite to set up a new React project for our frontend.
2929

3030
```bash
31-
npm create vite@latest main-website --template react-ts
31+
npm create vite@latest main-website -- --template react-ts
3232
```
3333

3434
Navigate to the project directory and install dependencies.
@@ -145,13 +145,13 @@ export default App
145145

146146
## Running the project
147147

148-
Run the following command to start both the API and the website:
148+
Run the following command in your project directory to start both the API and the website:
149149

150150
```bash
151151
nitric start
152152
```
153153

154-
This will launch both the backend API and the frontend website. The website will be available at [localhost:3000](http://localhost:3000).
154+
This will launch both the backend API and the frontend website. The website will be available at [localhost:5000](http://localhost:5000).
155155

156156
## Testing the API
157157

0 commit comments

Comments
 (0)