Skip to content

Basic boilerplate remote for next + typescript + tailwind + eslint + prettier

Notifications You must be signed in to change notification settings

scalarhq/next-typescript-tailwind-eslint-boilerplate

 
 

Repository files navigation

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
yarn
yarn dev

Notes

Other features/quirks

  1. Paths setup for you Eg. You can import Link from '@components/Link
  2. Import sorting
  3. Eslint + Prettier Config setup using standard
  4. Tailwind installed setup globally
  5. Next on Netlify setup.
  6. Husky Commit Hook

About

Basic boilerplate remote for next + typescript + tailwind + eslint + prettier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.2%
  • JavaScript 6.5%
  • CSS 1.3%