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.
- 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
To get started with this template, follow these steps:
- Clone the repository:
# Https
git clone https://github.com/Tittoh/nextjs-tailwind-ts.git
# GitHub CLI
gh repo clone Tittoh/nextjs-tailwind-ts
- Navigate to the project directory:
cd nextjs-tailwind-ts
- Install dependencies with Yarn:
yarn install
- Start the development server:
yarn dev
The template should now be running on http://localhost:3000.
This template is open source and contributions are welcome! Feel free to open issues, fix bugs, and make suggestions for improvements.
This template is released under the MIT license. See LICENSE for more details.