fast-web/examples/client-renderer
MasterGordon 98b0752441 added basic scheduler and tree walker 2025-08-12 07:48:28 +02:00
..
src added basic scheduler and tree walker 2025-08-12 07:48:28 +02:00
.gitignore created mono repo 2025-08-12 07:40:06 +02:00
README.md created mono repo 2025-08-12 07:40:06 +02:00
index.html created mono repo 2025-08-12 07:40:06 +02:00
package.json created mono repo 2025-08-12 07:40:06 +02:00
tsconfig.json added basic scheduler and tree walker 2025-08-12 07:48:28 +02:00

README.md

client-renderer

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.19. Bun is a fast all-in-one JavaScript runtime.