React SPA project template build with:
Install the dependencies:
pnpm install
Start the dev server:
pnpm dev
Build the app for production:
pnpm build
Preview the production build locally:
pnpm preview
Check files under src/routes/
Or check more detail with Tanstack/react-router docs [Tanstack/react-router]