This is a really simple project that shows the usage of Next.js with TypeScript.
1. Clone repo
git clone https://github.com/CryogenicPlanet/next-typescript-tailwind-eslint-boilerplate.git
2. Install and Run
yarn
yarn dev
Other features/quirks
- Paths setup for you
Eg. You can
import Link from '@components/Link
- Import sorting
- Eslint + Prettier Config setup using standard
- Tailwind installed setup globally
- Next on Netlify setup.
- Husky Commit Hook