More Premium Hugo Themes Premium React Themes

Mbrv

Hassle-free fullstack TypeScript+Bun+React boilerplate with hot reloads & SSR support

Mbrv

Hassle-free fullstack TypeScript+Bun+React boilerplate with hot reloads & SSR support

Author Avatar Theme by mayfer
Github Stars Github Stars: 53
Last Commit Last Commit: Jan 4, 2025 -
First Commit Created: Jan 17, 2026 -
Mbrv screenshot

Overview

Murat’s Bun template is a powerful tool for developers looking to streamline their TypeScript projects using React and Vite. By leveraging a single bun process, it tackles common issues that arise when running server and client on separate processes. This template not only simplifies development but also enhances performance, making it an appealing choice for anyone looking to improve their workflow.

This template is designed to provide seamless integration between client and server functionalities while maintaining robust development features like hot reloading and server-side rendering. Whether you are building a small application or a larger project, Murat’s Bun template promises a more efficient coding experience.

Features

  • Single Port Convenience: Both server and client run on the same process and port, eliminating the hassle of proxies and CORS issues.
  • Hot Reload Support: Enjoy immediate code change feedback with React hot module reloading, enhancing the development experience.
  • Shared Files: Utilize a shared folder for TypeScript interfaces, types, and functions between both client and server, fostering code reusability.
  • Sane Server-Side Rendering: Server-side rendering is explicitly controlled by the developer, preventing confusion often caused by framework magic.
  • Flexible Setup: Installation and running are straightforward, using simple commands like bun i for package installation and bun run dev for development mode.
  • Built for Speed: Built on Bun, this template offers not only a fast development experience but also ease of use without the need for a TypeScript transpiler.
  • Production Ready: Transition seamlessly from development to production with bun run build to compile and bun run prod to serve your application.