Gnome React
| examples/vite | ||
| packages/greact | ||
| .gitignore | ||
| .tool-versions | ||
| biome.json | ||
| bun.lock | ||
| bunfig.toml | ||
| package.json | ||
| README.md | ||
Gnome React
The purpose of this library is to provide a JSX renderer for GnomeJS classes, allowing construction of GTK applications using JSX templating.
To install dependencies:
bun install
To Build:
bun run --filter '*' build
To run:
bun run --filter './examples/vite' start
This project was created using bun init in bun v1.2.0. Bun is a fast all-in-one JavaScript runtime.