TypeScript + Next.js + Tailwind + Eslint + Prettier

This is a really simple project that shows the usage of Next.js with TypeScript.
How to use it?
1. Clone repo
git clone https://github.com/CryogenicPlanet/next-typescript-tailwind-eslint-boilerplate.git
2. Install and Run
pnpm i
pnpm dev
Notes
Other features/quirks
- PNPM Faster and more safe efficient package manager
- Paths setup for you
Eg. You can
import Link from '@components/Link
- Import sorting
- Eslint + Prettier Config setup using standard
- Tailwind installed setup globally
- Deployment with Netlify setup
- Husky Commit Hook