fix(curriculum): remove image placeholder from Vite lecture (#62076)

This commit is contained in:
Ezoh Zhang 2025-09-08 12:31:16 +01:00 committed by GitHub
parent 74f9ec5735
commit 4f8cf0f1d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,8 +23,6 @@ This command creates a new React project named `my-react-app` using Vite's React
You can then open up the new project and see the React boilerplate code that Vite has provided for you.
[Image showing the boilerplate Vite files and folders in a code editor, including the `public` and `src` folders, and the `.gitignore`, `eslint.config.js`, `index.html`, `package.json`, `README.md`, and `vite.config.js` files.]
The great thing about Vite is that it will only provide the files that are absolutely necessary to get started with your React project.
To actually run the project as-is, you will need to install the dependencies using the following commands in the command line: