Yuqizhoujoe / nextjs_jest_typescript_template

Nextjs + Typescript + Jest + Material UI + Tailwind CSS + some useful React Components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Nextjs + Typescript + Jest + Material UI + Tailwind CSS + some useful React Components


Languages

Language:TypeScript 88.9%Language:JavaScript 6.0%Language:CSS 5.1%