broneukr / bun-next-js-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Next.js with Bun runtime

This is a Dockerfile template to run Next.js with Bun runtime on mogenius. We use it to deploy Bun with Next.js on mogenius. The template was bootstrapped with the Bun CLI.

Deployment on mogenius

mogenius is the easiest way to run bun in the cloud. It's free, so sign up now and deploy your app with mogenius.

mogenius

Next.js

Bun

Getting started on your local machine

Please note, that running docker build won't work on Apple Silicon Chipped Computers by now. The Bun install command will not work. Running the application normaly works fine.

To get started with bun run curl https://bun.sh/install | bash After you have completly installed Bun, you can run this project by executing bun dev

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

About

License:MIT License


Languages

Language:CSS 55.1%Language:TypeScript 30.7%Language:Dockerfile 7.7%Language:JavaScript 6.5%