@yucacodes/ui-qwik
v0.0.21
Published
This app has a minimal [Bun server](https://bun.sh/docs/api/http) implementation. After running a full build, you can preview the build using the command:
Downloads
6
Readme
Bun Server
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/
Express Server
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/
Static Site Generator (Node.js)
bun build.server