๐Ÿ“ฆ brijeshb42 / emotion-demo

โ˜… 1 stars โ‘‚ 0 forks ๐Ÿ‘ 1 watching
๐Ÿ“ฅ Clone https://github.com/brijeshb42/emotion-demo.git
HTTPS git clone https://github.com/brijeshb42/emotion-demo.git
SSH git clone git@github.com:brijeshb42/emotion-demo.git
CLI gh repo clone brijeshb42/emotion-demo
Brijesh Bittu Brijesh Bittu Update stats 1dcceb4 1 years ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ .gitignore
๐Ÿ“„ next-env.d.ts
๐Ÿ“„ next.config.mjs
๐Ÿ“„ package.json
๐Ÿ“„ pnpm-lock.yaml
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Materialย UI - Next.js App Router example in TypeScript

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

How to use

Download the example or clone the repo:

curl https://codeload.github.com/mui/material-ui/tar.gz/next | tar -xz --strip=2  material-ui-next/examples/material-ui-nextjs-ts
cd material-ui-nextjs-ts

Install it and run:

npm install
npm run dev

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

or:

Edit on StackBlitz

Edit on CodeSandbox

Learn more

To learn more about this example:

What's next?

You now have a working example project. You can head back to the documentation and continue by browsing the templates section.