Skip to content

heybrostudio/nextjs-starter

Repository files navigation

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. :)

About

Next.js starter template.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published