Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

zakiego/nextjs-typescript-tailwindcss-starter

Repository files navigation

NextJS with TypeScript and Tailwind CSS

This example shows how to use TypeScript andd Tailwind CSS with Next.js.

Features:

  • Jest
  • Prettier
  • Eslint

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example https://github.com/zakiego/nextjs-typescript-tailwindcss-starter with-typescript-tailwindcss-app

or

yarn create next-app --example https://github.com/zakiego/nextjs-typescript-tailwindcss-starter with-typescript-tailwindcss-app

Deploy it to the cloud with Vercel (Documentation).