This is a Next.js project bootstrapped with create-next-app and tailwindCSS.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Comes with prettier:

yarn prettier-check
yarn prettier-write

.prettierrc:

{
  "semi": true,
  "singleQuote": true,
  "trailingComma": "all",
  "printWidth": 80
}