A quickstart example using Webpack as the bundler with file-based routing.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/quickstart-webpack-file-based quickstart-webpack-file-basedInstall dependencies:
pnpm installStart the development server:
pnpm devBuild for production:
pnpm buildThis example demonstrates:
- Webpack bundler integration
- File-based routing
- Traditional bundler setup
- Webpack configuration for TanStack Router