retsohuang / next.js-with-tailwindcss-typescript

Next.js template with Tailwind CSS and TypeScript setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + Tailwind CSS Example

Current Versions

  • Next.js 12
  • React 17
  • Tailwind CSS 3
  • TypeScript 4

Tooling

  • commitlint
  • ESLint
  • husky
  • Prettier
  • lint-staged

Deploy your own

Preview live with CodeSandbox

Development Setup

You will need Node.js version 16+, and PNPM.

We also recommend installing ni to help switch between repos using different package managers. ni also provides the handy nr command which running npm scripts easier.

After cloning the repo, run:

$ pnpm i # install the dependencies of the project

About

Next.js template with Tailwind CSS and TypeScript setup


Languages

Language:TypeScript 69.9%Language:JavaScript 29.0%Language:CSS 1.2%