Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 377 Bytes

File metadata and controls

20 lines (13 loc) · 377 Bytes

Next.js with TypeScript, Material UI, Next Auth example

How to use

git clone https://github.com/iwoork/nextjs-typescript-material-ui-auth.git
cd nextjs-typescript-material-ui-auth

Install it and run:

npm install
npm run dev

The idea behind the example

Next.js is a framework for server-rendered React apps.