nextjs-starter-template Tailwind Templates

Nextjs Starter Template

A minimal and flexible template for building web applications with Next.js, React, and TypeScript. Pre-configured with Tailwind CSS, ESLint, and import aliases for an efficient development experience. Ideal for quickly starting modern projects.

Next.js Starter Template

A minimal and flexible Next.js starter template using Next.js v15, React v19, and TypeScript, pre-configured with Tailwind CSS, ESLint, and aliases for a smooth development experience.

Features

  • Next.js v15: The latest version of the React framework for production.
  • React v19: The latest version of React for building user interfaces.
  • TypeScript: Strongly typed programming language that builds on JavaScript.
  • Tailwind CSS: A utility-first CSS framework for rapid UI development.
  • ESLint: A tool for identifying and fixing problems in JavaScript code.
  • Aliases: Simplified import paths for better code organization.

Getting Started

To create a new project using this template, follow these steps:

  1. Clone the repository: ```bash git clone https://github.com/naifalhumaidi/nextjs-starter-template.git

  2. Navigate into the project directory:

    cd nextjs-starter-template
    
  3. Install dependencies using pnpm:

    pnpm install
    
  4. Start the development server:

    pnpm run dev
    
  5. Open your browser and go to http://localhost:3000.

Customization

Feel free to modify the project structure, add new dependencies, and customize the code as per your requirements. This template is designed to be flexible and easy to adapt.

Tailwind CSS Setup

To customize your Tailwind CSS styles, edit the tailwind.config.js file and add your custom styles in the styles/globals.css file.

ESLint Configuration

You can modify the ESLint rules in the .eslintrc.js file to fit your coding style preferences.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Top categories

Loading Svelte Themes