bun-boilerplate
v1.0.0
Published
A boilerplate for creating a bun project
Maintainers
Readme
🥟 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-boilerplateInstall dependencies:
bun installStart the development server:
bun dev
📂 Features
- Configured ESLint: Includes recommended stylistic rules.
- Alias setup:
srcdirectory is accessible via@. - Centralized Config: Store key configuration values in
@/core/config. - Health Check: A built-in
/pingroute 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! 🎉
