Getting Started with Next.js

Getting Started with Next.js

February 6, 2022

Set up TypeScript Next.js with Material UI

Follow this article

npx create-next-app --typescript mui
cd mui
nodenv local 17.1.0
npm install @mui/material @mui/icons-material @emotion/react @emotion/styled

Then use one of a material component.

Dark mode or light mode

Follow this official page.

Last updated on