Skip to content

A ready-to-use/ plug-n-play starter template for building fast and modern web applications with Next.js + Tailwind CSS + Typescript. Includes basic configurations and optimizations for optimal performance and developmer experience.

License

Tittoh/nextjs-tailwind-ts

Repository files navigation

Next.js 13 + Tailwind CSS v3 + Typescript Template

A ready-to-use starter template for building fast and modern web applications with Next.js 13 and Tailwind CSS, along with Headless UI and Heroicons libraries. This template is designed to get you up and running quickly, with optimizations for performance and a streamlined developer experience.

Features

  • Next.js 13 with basic directory structure and custom configurations
  • Tailwind CSS for efficient production builds
  • Heroicons library for easy access to high-quality icons
  • Headless UI for building beautiful and functional user interfaces
  • Yarn as the package manager for easy package management
  • MIT license for open-source use and collaboration

Getting Started

To get started with this template, follow these steps:

  1. Clone the repository:
# Https
git clone https://github.com/Tittoh/nextjs-tailwind-ts.git

# GitHub CLI
gh repo clone Tittoh/nextjs-tailwind-ts
  1. Navigate to the project directory:
cd nextjs-tailwind-ts
  1. Install dependencies with Yarn:
yarn install
  1. Start the development server:
yarn dev

The template should now be running on http://localhost:3000.

Contributions

This template is open source and contributions are welcome! Feel free to open issues, fix bugs, and make suggestions for improvements.

License

This template is released under the MIT license. See LICENSE for more details.