Introduction
Welcome to your first React lab! React is a powerful JavaScript library for building dynamic and interactive user interfaces. To get started with React development, you first need to set up a proper development environment.
In this lab, you will use the modern build tool Vite to bootstrap a new project. We will walk through the process of exploring the project structure, installing dependencies, starting a development server, modifying an existing component, and creating a new one. By the end of this lab, you will have a foundational understanding of the React project setup and be ready to build your own components.








