Skip to content

lpndev/template

Repository files navigation

Getting Started

Clone repository and rename

git clone https://github.com/lpndev/nextjs-boilerplate.git
mv nextjs-boilerplate [project-name]
code [project-name]

Initialize Git & first commit (optional)

rm -rfv .git && git init
git add . && git commit -m "initial commit"

Install dependencies

bun install
bun run update

Initiate project

bun run dev

Optional steps

Check code

bun run format
bun run lint

Build locally

bun run build
bun run start

License

Licensed under the MIT license.