Skip to content

Latest commit

 

History

History
54 lines (37 loc) · 1.64 KB

README.md

File metadata and controls

54 lines (37 loc) · 1.64 KB

Gitpod ready-to-code

Deno GUI

Deno Web GUI with REPL.

GitHub code size in bytes GitHub GitHub last commit GitHub Workflow Status

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

Deno GUI

License

MIT FOSSA Status

FOSSA Status