Skip to content

maulanasdqn/next-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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