Skip to content

officiallerio/nextjs-15-starter

Repository files navigation

Next.js 15 Starter

Welcome to the Next.js 15 Starter repository! This starter template is built with Next.js 15, React 19, TypeScript 5, Tailwind CSS 4 and comes packed with several powerful tools and configurations to accelerate your project setup and streamline development workflows using VS Code.

🚀 What's Included

  • Next.js 15
  • React 19
  • TypeScript 5
  • ESLint 9
  • Prettier 3
  • Tailwind CSS 4
  • App Directory
  • Dockerfile with Node.js 22.15.0 (Alpine)
  • Dockerfile.bun with Bun 1.2.10 (Alpine)

🛠️ ESLint Plugins

✨ Prettier Plugins

💻 VS Code Extensions (Recommended)

To enhance development experience, install the following VS Code extensions:

🏁 Getting Started

Prerequisites

  • Node.js: Version 20.18.0 or higher

Installation

  1. Clone the Repository:

    git clone https://github.com/officiallerio/nextjs-15-starter.git
    cd nextjs-15-starter
  2. Install Dependencies:

    npm install
    # or with Yarn
    yarn install
  3. Run Development Server:

    npm run dev
    # or with Yarn
    yarn dev
  4. Build for Production:

    npm run build

🐳 Docker Setup

To use Docker, make sure Docker is installed on your machine. Then, build and run the Docker container:

docker build . -t nextjs-15-starter
# or if using Bun
docker build . -t nextjs-15-starter -f Dockerfile.bun

docker run -p 3000:3000 nextjs-15-starter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •