Gnome React
Find a file
2025-04-14 09:17:18 -04:00
.husky marge example into monorepo 2025-04-14 09:17:18 -04:00
examples/vite marge example into monorepo 2025-04-14 09:17:18 -04:00
packages/greact marge example into monorepo 2025-04-14 09:17:18 -04:00
.gitignore init 2025-04-14 09:05:18 -04:00
.tool-versions init 2025-04-14 09:05:18 -04:00
biome.json setup 2025-04-14 09:05:19 -04:00
bun.lock marge example into monorepo 2025-04-14 09:17:18 -04:00
bunfig.toml setup 2025-04-14 09:05:19 -04:00
package.json marge example into monorepo 2025-04-14 09:17:18 -04:00
README.md marge example into monorepo 2025-04-14 09:17:18 -04:00

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.