greact/README.md
2025-04-14 09:17:18 -04:00

444 B

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.