This project is created by bun create ndxbn/bun
.
- TypeScript config is based on "strictest"
- Dockerfile for production, docker-compose for development
- Entrypoint files
# 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
bun test
- startup Middlewares
- lint GitHub Action: do
cd .github
before run it