An open API service indexing awesome lists of open source software.

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

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.