This app has a minimal Bun server implementation. After running a full build, you can preview the build using the command:
bun run serve
Then visit http://localhost:3000/
This app has a minimal Express server implementation. After running a full build, you can preview the build using the command:
bun serve
Then visit http://localhost:8080/
bun build.server