npx dojofoo ui

Open the browser-based dojo lesson workspace.

Usage

npx dojofoo ui

With Portless available, dojofoo starts the lesson UI at:

https://dojo.localhost

The command prints the effective URL when it starts. If Portless uses a custom TLD, the URL follows that configuration, for example https://dojo.td.

Without Portless, dojofoo falls back to http://localhost:4567.

Options

npx dojofoo ui --background  # keep the server running in the background
npx dojofoo ui --no-open     # print the URL without opening a browser
npx dojofoo ui --name course # use course.localhost as the service name

On this page