Deploy a Bun App to Shiper
Bun is a fast, modern JavaScript runtime with a native bundler, transpiler, and package manager. This guide provides clear steps to quickly set up and deploy your Bun server on Shiper, ensuring your application is live and accessible with ease.
Create a new project
If your are logged in to your Shiper account, you can create a new project by clicking on the Add Project button on the dashboard.
Select the Bun template
When creating a new project fill in the form as usual and select the Bun
deployment method from the list of available frameworks.
Deploy your Website
Before you deploy your application make sure you have set the correct build command
and run command
. If you don't want to build your project you can just leave the build command
blank. Now you can simply click on the Deploy
button to deploy your app.