Next.js starter template.
Create a repo from this template on GitHub.
I recommend using Bun
, you can also use pnpm
, npm
or yarn
.
bunx degit heybrostudio/nextjs-starter nextjs-app
cd nextjs-app
bun install
I recommend using Bun
, you can also use pnpm
, npm
or yarn
.
bun install
bun dev
bun build
The lint is automatically executed when the code is committed.
bun lint
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
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. :)