deno_gui

Deno Web GUI

MIT License

Stars
35
Committers
3

Deno GUI

Deno Web GUI with REPL.

CLI Installation

deno install -A --unstable -f -n deno_gui https://deno.land/x/deno_gui/mod.ts

Run the server from CLI

deno_gui

Using dpx

dpx deno_gui -A --unstable --reload

Run the server from URL

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts

Specify the port:

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts -p=9000

Or you can use --port=9000

deno run -A --unstable https://deno.land/x/deno_gui/mod.ts --port=9000

Open: http://localhost:8080

Screenshot

License

MIT