Skip to content

Commit 477fa8f

Browse files
authored
Update part1a.md
Here should say Vite instead of create-react-app, since you are told to modify main.jsx later and this file doesn't exist in a project created with create-react-app.
1 parent 2d04ad1 commit 477fa8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1/en/part1a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ For each web application for a series of exercises, it is recommended to submit
626626

627627
<i>The application that we will start working on in this exercise will be further developed in a few of the following exercises. In this and other upcoming exercise sets in this course, it is enough to only submit the final state of the application. If desired, you may also create a commit for each exercise of the series, but this is entirely optional.</i>
628628

629-
Use create-react-app to initialize a new application. Modify <i>main.jsx</i> to match the following
629+
Use Vite to initialize a new application. Modify <i>main.jsx</i> to match the following
630630

631631
```js
632632
import ReactDOM from 'react-dom/client'

0 commit comments

Comments
 (0)