Template Next TypeScript Jest

Framework & Libraries

  • TypeScript
  • React.js
  • Next.js
  • Material-UI
  • Jest

How to use

Set up

on project root

yarn install

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

Development

yarn dev

Unit test

yarn test

Project structure

├── public # static assets
├── src # project root
│   ├── components
│   └── pages
└── test # config files for testing

This is a Next.js project bootstrapped with create-next-app.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!