Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

DerMatte/next-template-tailwind-typescript

Repository files navigation

TypeScript & Tailwind Next.js example

This is a really simple template project that shows the usage of Next.js with TypeScript.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use it?

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

npx create-next-app --example https://github.com/DerMatte/next-template-tailwind-typescript.git with-typescript-tailwind-app
# or
yarn create next-app --example https://github.com/DerMatte/next-template-tailwind-typescript.git with-typescript-tailwind-app

Deploy it to the cloud with Vercel (Documentation).