https://github.com/jovey-zheng/next-ts
Starter template for a clean Next.js + TypeScript + ESLint + TailwindCSS + Jest + Prettier + Husky project
https://github.com/jovey-zheng/next-ts
eslint husky jest nextjs nextjs-template prettier react reactjs ssr starter-template tailwindcss typescript unit-testing
Last synced: 4 months ago
JSON representation
Starter template for a clean Next.js + TypeScript + ESLint + TailwindCSS + Jest + Prettier + Husky project
- Host: GitHub
- URL: https://github.com/jovey-zheng/next-ts
- Owner: jovey-zheng
- Created: 2022-05-06T08:24:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T09:14:05.000Z (over 3 years ago)
- Last Synced: 2025-03-17T02:46:36.158Z (7 months ago)
- Topics: eslint, husky, jest, nextjs, nextjs-template, prettier, react, reactjs, ssr, starter-template, tailwindcss, typescript, unit-testing
- Language: JavaScript
- Homepage:
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js with TypeScript and TailwindCSS
This is a starter template for [Learn Next.js](https://nextjs.org/learn).
## Get start
```
# Install dependencies
npm install# Enable husky
npm run prepare# Start dev server
npm run dev
```## Feature
- React 18
- TypeScript 4
- TailwindCSS 3
- Jest
- Husky
- Prettier### devServe.js
Check the [file](./devServe.js) to configure your proxy.