Skip to content

AixLabTech/public-boiler-nextjs-tailwind

Repository files navigation

Next.js + Tailwind CSS Template

A minimal, production-ready Next.js template with App Router and Tailwind CSS.

Features

  • Next.js 15 with App Router (enabled by default)
  • 🎨 Tailwind CSS for styling
  • 📱 TypeScript for type safety
  • 🔧 ESLint 9 for code quality
  • 📱 Responsive design out of the box
  • 🌙 Dark mode ready
  • 🚀 Latest dependencies for optimal performance

Getting Started

  1. Clone this template:

    git clone <your-repo-url> my-project cd my-project
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev
  4. Open http://localhost:3000 in your browser

Available Scripts

  • npm run dev - Start development server
  • npm run build - Build for production
  • npm run start - Start production server
  • npm run lint - Run ESLint

Project Structure

├── app/ # App Router directory │ ├── layout.tsx # Root layout │ ├── page.tsx # Home page │ ├── about/ # About page │ └── globals.css # Global styles ├── public/ # Static assets ├── package.json # Dependencies ├── tailwind.config.js # Tailwind configuration ├── tsconfig.json # TypeScript configuration └── next.config.js # Next.js configuration 

Customization

  • Edit app/page.tsx to modify the home page
  • Update tailwind.config.js to customize Tailwind
  • Modify app/globals.css for global styles
  • Add new pages in the app/ directory

Deployment

This template is ready to deploy on Vercel, Netlify, or any other hosting platform that supports Next.js.

License

MIT License - feel free to use this template for your projects!

About

PUBLIC Boilerplate Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published