Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 812 Bytes

File metadata and controls

30 lines (21 loc) · 812 Bytes

TypeScript + Next.js + Tailwind + Eslint + Prettier

Netlify Status

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

  1. PNPM Faster and more safe efficient package manager
  2. Paths setup for you Eg. You can import Link from '@components/Link
  3. Import sorting
  4. Eslint + Prettier Config setup using standard
  5. Tailwind installed setup globally
  6. Deployment with Netlify setup
  7. Husky Commit Hook