Back to course

Creating Your First React Project with Vite

React JS 0 to Hero: The Complete Guide

Hello World with Vite

Vite is a modern, fast build tool that replaces Create React App (CRA).

Execution:

Run this command in your terminal: npm create vite@latest my-react-app -- --template react

Follow the prompts, then: cd my-react-app npm install npm run dev