Skip to main content

Deno GUI

Deno Web GUI

Build Status Build Status

Run the Server

deno run -A https://deno.land/x/deno_gui/gui.ts
//Default port is 8080

Specify the port:

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

Or you can use –port=9000

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

Open: http://localhost:8080

Screenshot

Deno GUI

License

MIT FOSSA Status

FOSSA Status