Skip to content

Commit 180a1be

Browse files
authored
Update create-a-react-app-with-vite.mdx
1 parent 7bfb8aa commit 180a1be

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

projects/create-a-react-app-with-vite/create-a-react-app-with-vite.mdx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/crea
88
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/create-a-react-app-with-vite/header.png
99
published: live
1010
readTime: 25
11-
prerequisites: Command Line
11+
prerequisites: React, Command Line
1212
versions: Node v18, Vite 5.0.12
13+
courses:
14+
- framework-valley-react
15+
- command-line
1316
tags:
1417
- javascript
1518
- intermediate
@@ -109,7 +112,7 @@ After this point, everything should be set and Vite will print directions for ho
109112

110113
First, use the `cd` command to change into the new Vite folder you made:
111114

112-
```
115+
```sh
113116
cd my-first-app
114117
```
115118

0 commit comments

Comments
 (0)