1.0.0 • Published 7 months ago

bun-boilerplate v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

🥟 Bun Boilerplate

This is a starter template for building web applications and services using Bun.js.

🚀 Getting Started

  1. Clone the repository:

    git clone https://github.com/BatuhanKorur/bun-boilerplate
    cd bun-boilerplate
  2. Install dependencies:

    bun install
  3. 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