Next.js + Jest + Typescript + Tailwind CSS

This template includes Next.js' built-in support for Global CSS, CSS Modules, TypeScript, Tailwind CSS, Jest, Material UI, and some common components (I hope you like them).

How to Use

In your terminal, run the following command:

npx create-next-app -e https://github.com/Yuqizhoujoe/nextjs_jest_typescript_template --use-npm

Run npm install before run your app

npm i

Run The App

npm run dev

Run Jest Tests

npm test