Build an Express App Using Bun and Deploy It To Render With Docker
<p>In this post, we will scaffold a simple Express project using Bun, and then deploy it to Render using Docker. You’ll also get to see how much easier it is to get up and running locally with Bun than it is with Node.</p>
<p>Let’s get started!</p>
<h1>Links</h1>
<p>Some links for reference:</p>
<ul>
<li>Bun installation docs page <a href="https://bun.sh/docs/installation" rel="noopener ugc nofollow" target="_blank"><strong>here</strong></a></li>
<li>Bun + Express docs page <a href="https://bun.sh/guides/ecosystem/express" rel="noopener ugc nofollow" target="_blank"><strong>here</strong></a></li>
<li>Bun + Docker docs page <a href="https://bun.sh/guides/ecosystem/docker" rel="noopener ugc nofollow" target="_blank"><strong>here</strong></a></li>
<li>Bun hot reload docs page <a href="https://bun.sh/guides/http/hot" rel="noopener ugc nofollow" target="_blank"><strong>here</strong></a></li>
</ul>
<h1>Initial Setup</h1>
<p>To get started, run this command to setup a Bun project in the folder of your choice:</p>
<p><a href="https://medium.com/@andrewshearerdev/build-an-express-app-using-bun-and-deploy-it-to-render-with-docker-c19f6bdddc0a"><strong>Website</strong></a></p>