diff --git a/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md b/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md index d6fce6e3048..3e70f2a538e 100644 --- a/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md +++ b/curriculum/challenges/english/blocks/lecture-introduction-to-javascript-libraries-and-frameworks/6734e88cc46e6dc679420040.md @@ -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: