Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.01 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.01 KB

Material UI - Next.js App Router example in TypeScript

This is a Next.js project bootstrapped using create-next-app with Material UI installed.

Install dependencies and run:

# npm
npm install
npm run dev

# yarn
yarn
yarn dev

# pnpm
pnpm install
pnpm dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.

This example uses next/font/google to automatically optimize and load Roboto, a custom Google Font.

Learn more

To learn more about this example: