dance2die / template.nextjs.typescript.tailwindcss

a simple template to use over and over to play around with Tailwind CSS for Next.js + TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js + Tailwind CSS Example

Sung's personal template to play around with Tailwind CSS for Next.js + TypeScript.
(instead of Tailwind Play)

This project was bootstrapped with the official Next.js + Tailwind CSS example.

How to use

# NPM
npx create-next-app --example https://github.com/dance2die/template.nextjs.typescript.tailwindcss your-site-name-here

# YARN - recommended
yarn create next-app --example https://github.com/dance2die/template.nextjs.typescript.tailwindcss your-site-name-here

# PNPM - but I use this lul
pnpx create-next-app --example https://github.com/dance2die/template.nextjs.typescript.tailwindcss your-site-name-here

About

a simple template to use over and over to play around with Tailwind CSS for Next.js + TypeScript

License:MIT License


Languages

Language:TypeScript 82.9%Language:JavaScript 15.8%Language:CSS 1.4%