⚛️

Build a React project with react-router

2025/03/07に公開

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

References

Discussion