Next.js Example app
Includes TypeScript, Material UI, ESLint, Jest, and React Testing Library
Deploy your own
Deploy the example using Vercel:
How to use
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest
# or
yarn create next-app --example https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest
Deploy it to the cloud with Vercel (Documentation).