Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maulanasdqn/next-boilerplate

Next 14 Boilerplate Crafted by Maulana Sodiqin
https://github.com/maulanasdqn/next-boilerplate

atomic-design drizzle react tailwindcss trpc

Last synced: 5 days ago
JSON representation

Next 14 Boilerplate Crafted by Maulana Sodiqin

Awesome Lists containing this project

README

        

# Next Boilerplate

> Introduction to Next.js boilerplate

## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Examples](#examples)

## Installation

Clone the repository and run `bun install`

```bash
bun install
```

## Usage

Running with Development Mode

```bash
bun run dev
```

Building with Production Mode

```bash
bun run build
```

Running with Production Mode

```bash
bun run start
```

Migrate Database

```bash
bun run db:push
```

Seeding the Database

```bash
bun run db:seed
```

## Examples