Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 533 Bytes

README.md

File metadata and controls

51 lines (33 loc) · 533 Bytes

Next Boilerplate

Introduction to Next.js boilerplate

Table of Contents

Installation

Clone the repository and run bun install

bun install

Usage

Running with Development Mode

bun run dev

Building with Production Mode

bun run build

Running with Production Mode

bun run start

Migrate Database

bun run db:push

Seeding the Database

bun run db:seed

Examples