Back to Router

TanStack Start - Material UI Example

examples/react/start-material-ui/README.md

1.166.7854 B
Original Source

TanStack Start - Material UI Example

A TanStack Start example demonstrating integration with Material UI (MUI).

Start a new project based on this example

To start a new project based on this example, run:

sh
npx gitpick TanStack/router/tree/main/examples/react/start-material-ui start-material-ui

Getting Started

From your terminal:

sh
pnpm install
pnpm dev

This starts your app in development mode, rebuilding assets on file changes.

Build

To build the app for production:

sh
pnpm build

Material UI Integration

This 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