From the course: Build Modern Web Apps with React, Hooks, State Management, and APIs Using Vite or Next.js

Unlock this course with a free trial

Join today to access over 25,200 courses taught by industry experts.

Running your first React project

Running your first React project

Hi, and welcome to this lesson. In this lesson, we'll run our first react application, which will be development ready. And we'll go through everything we have done so far. In the previous videos, we used read command to create our new react application and we dive into it. We'll do that one more time to refresh your memory. And also, we'll do some more changes to that. We then navigate into the project folder and install the dependencies. Then we'll run our development server using npm run dev command. And lastly, we'll explore the browser extensions and tool that we installed. Let's get started with that. We'll first move to our terminal. Over here, we'll write the command npm create wheat at latest, which is for the latest version of the wheat. Then we'll give our application name. Now we didn't define the template react over here. So it's going to ask us a few questions. I specifically wanted to show you the screen so that you'll have an idea about it. Using Vite, you can create…

Contents