From 4f8cf0f1d8bbfd7bd4f28a1f41ef308618790529 Mon Sep 17 00:00:00 2001 From: Ezoh Zhang <104738718+errantpianist@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:31:16 +0100 Subject: [PATCH] fix(curriculum): remove image placeholder from Vite lecture (#62076) --- .../6734e88cc46e6dc679420040.md | 2 -- 1 file changed, 2 deletions(-) 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: