Next.js & Bun Template

Bun Next JS

Introduction

This template provides a starter setup for a Next.js project configured to run with Bun. It includes essential configurations and dependencies to help you quickly get started with your Next.js development.

Getting Started

To start the development server using Bun, follow these steps:

  1. Install dependencies:

    bun install
  2. Start the development server:

    bun --bun run dev

Feel free to customize this template further based on your project’s specific needs and details.