⚛️
Build a React project with react-router
My Environment
- OS: Windows11
- node -v: 22
- npm -v: 10
- IDE: VSCode
- Framework: React
How to build a React Project
- Open a VSCode Terminal (your terminal)
- Open a your empty Project folder
- Run:
npx create-react-router@latest
- Run:
npm i
- Run:
npm run dev
Discussion