A TanStack Start example demonstrating integration with Material UI (MUI).
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-material-ui start-material-uiFrom your terminal:
pnpm install
pnpm devThis starts your app in development mode, rebuilding assets on file changes.
To build the app for production:
pnpm buildThis example demonstrates how to integrate Material UI components with TanStack Start, including:
- Theme configuration
- Server-side rendering with MUI
- Using MUI components in your routes