close
Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

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:

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

Getting Started

From your terminal:

pnpm install
pnpm dev

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

Build

To build the app for production:

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