This project is created by bun create ndxbn/bun
.
- TypeScript config is based on "strictest"
- Dockerfile for production, docker-compose for development
- entrypoint files
# install modules
bun install
# prepare development environment
bun dev
# run main script
bun start
bun test
- startup Middlewares
- lint GitHub Action: do
cd .github
before run it