Skip to content

gmh5225/nextjs-tailwindcss-template

 
 

Repository files navigation

Next.js + Tailwind CSS template

This project template aims to simplify the setup of Tailwind CSS on your Next.js app.

Before using this template, please make sure that your development environment is ready as stated on Next.js website.

Create a Next.js App

To create a Next.js app with this template, open your terminal, cd into the directory you'd like to create the app in, and run the command below:

Note: Replace nextjs-blog with the project name you'd like to create, eg. my-nextjs-app.

npx create-next-app nextjs-blog --use-npm --example "https://github.com/earvinpiamonte/nextjs-tailwindcss-template"

Run development server

cd nextjs-blog
npm run dev

Deploy with Vercel

Deploy this template using Vercel:

Deploy with Vercel

Maintainer

This project is maintained by Noel Earvin Piamonte.

Credits

Deploy button image used on this README.md is owned by Vercel.

About

Next.js 13 + Tailwind CSS v3 starter template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 61.1%
  • CSS 21.6%
  • JavaScript 17.3%