1.0.0 • Published 7 months ago
bun-boilerplate v1.0.0
🥟 Bun Boilerplate
This is a starter template for building web applications and services using Bun.js.
🚀 Getting Started
Clone the repository:
git clone https://github.com/BatuhanKorur/bun-boilerplate cd bun-boilerplate
Install dependencies:
bun install
Start the development server:
bun dev
📂 Features
- Configured ESLint: Includes recommended stylistic rules.
- Alias setup:
src
directory is accessible via@
. - Centralized Config: Store key configuration values in
@/core/config
. - Health Check: A built-in
/ping
route to verify server status. - Error Handling: Pre-configured error handler middleware.
🤝 Contributions
Contributions are welcome! Feel free to open an issue or submit a pull request.
📄 License
This project is licensed under the MIT License.
Happy coding! 🎉
1.0.0
7 months ago