Lesson 4 - Create and Run a React Project with Vite - Full Overview
Last updated
Last updated
visit and click Learn React ( )
go to installation menu () and in this chapter session, click "How to start a new React project"
Open Bash/PowerShell terminal and create your working directory, ie. "react-sandbox". Change the directory to "react-sandbox" and install vite latest version.
Then follow the prompts!
Project name: react-hook-state-management
Select a framework: > React
Select a variant: > JavaScript
Change the directory to "react-hook-state-management". And then install and run.
Click : http://localhost:5173
go to vite.dev site and click get started ().
Vite requires version 18+ or 20+.