React Setup

The library for web and native user interfaces
You need to install Node.js for local development. You can also choose to use Node.js in production, but you donβt have to. Many React frameworks support export to a static HTML/CSS/JS folder.
npm create vite@latest
cd my-project
npm install
npm run dev
yarn create vite