Skip to content
/ bun Public template

`bun create ndxbn/bun my_app_name` is my bun application boilerplate

License

Notifications You must be signed in to change notification settings

ndxbn/bun

Repository files navigation

Bun Formatted and Linted with Biome Lefthook

This project is created by bun create ndxbn/bun.

  • TypeScript config is based on "strictest"
  • Dockerfile for production, docker-compose for development
  • Entrypoint files

Requirements

Getting Start

# clone this repository
git clone XXX
cd XXX
# install dependencies
bun install
# setup development environment, initialize application
bun dev
# run middleware
docker compose up -d # or `podman compose up -d`
# run CLI application
bun cli -h
#   or start server
bun start

Testing

bun test

What to use Docker

About

`bun create ndxbn/bun my_app_name` is my bun application boilerplate

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •