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