Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.22 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.22 KB

Next.js starter template

Next.js starter template.

Let's get started!

GitHub Template

Create a repo from this template on GitHub.

Clone to local

I recommend using Bun, you can also use pnpm, npm or yarn.

bunx degit heybrostudio/nextjs-starter nextjs-app
cd nextjs-app
bun install

Usage

I recommend using Bun, you can also use pnpm, npm or yarn.

Install

bun install

Development

bun dev

Build

bun build

Lint

The lint is automatically executed when the code is committed.

bun lint

Format

If you use vscode, the code is automatically formatted when you save it. And it's also automatically formatted when the code is committed.

bun format

Checking for dependency updates

bun up

This template is something I use a lot when creating new projects, so if you have any good ideas, feel free to share them. :)