imadatyatalah / next.js-tailwindcss-template

Opinionated Next.js and TailwindCSS template.

Home Page:https://next-js-tailwindcss-template.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js TailwindCSS Template

CodeFactor MIT License Stargazers Forks

About The Project

After a couple of Next.js projects, I found that I'm spending much time just to setup a new Next.js project, That's why I created this template, Fell free to use it and give me your feedback!

Built With

Features

  • TypeScript ready.
  • ESLint ready.
  • Dark Mode ready.
  • Supports absolute imports.
  • SEO friendly.
  • Self-hosted Inter font & cashed by Vercel.

Screenshot

Screenshot

Deploy

Deploy with Vercel

Getting Started

Create a new application using create-next-app with the -e | --example flag pointing to this repository's url, like so:

npx create-next-app@latest --example https://github.com/imadatyatalah/next.js-tailwindcss-template

Tip: You can find create-next-app's documentation at https://nextjs.org/docs/api-reference/create-next-app.

You can also click on the Use this template button.

After that, clone the repository that was created on your account and follow the steps below:

# Installing project dependencies
npm install
# Starting the project
npm run dev

Your site is now running at http://localhost:3000!

License

Distributed under the MIT License. See LICENSE for more information.

About

Opinionated Next.js and TailwindCSS template.

https://next-js-tailwindcss-template.vercel.app

License:MIT License


Languages

Language:TypeScript 63.7%Language:JavaScript 22.8%Language:CSS 11.6%Language:Shell 1.8%