mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-22 21:08:12 +08:00
fix(curriculum): remove image placeholder from Vite lecture (#62076)
This commit is contained in:
parent
74f9ec5735
commit
4f8cf0f1d8
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user