React - Setup a React Application with Vite
Difficulty: Beginner
Duration: 4 minutes and 31 seconds
Students: 41
Rating: 5/5
In March 2023, the React team launched a new documentation website that removed all references to Create React App. This Lesson will teach you how to set up a React application using Vite.
Learning Objectives
- Learn what Vite is
- Learn how to set up a React app with Vite
- Learn the purpose of the Vite scripts in the package.json file
Intended Audience
- Anyone who wants to learn about React
Prerequisites
- A basic understanding of JavaScript
Covered Topics