React + typescript
Javascript Website frontend
need node version >16 ==> goto node for instructions
Setup using vite
npm create vite@4.1.0
settings
Project name: … react-app
✔ Select a framework: › React
✔ Select a variant: › TypeScript
Setup React app
cd react-app
npm install
Localhost
npm run dev
http://127.0.0.1:5173/
Using Bootstrap
css classes for rapid style
npm i bootstrap@5.2.3