A test anime app to try bun and Remix
Clone the project
git clone https://github.com/thebeyondr/zeta-anime
Go to the project directory
cd zeta-anime
Get bun
Follow the steps here for your OS:
https://bun.sh/docs/installation
Install dependencies
bun install
From your terminal:
bun dev
This starts your app in development mode, rebuilding assets on file changes.
First, build your app for production:
bun build
Then run the app in production mode:
bun start
Now you'll need to pick a host to deploy it to.
If you're familiar with deploying node applications, the built-in Remix app server is production-ready.
Make sure to deploy the output of remix build
build/
public/build/