Open the folder
Keep the site as one standalone directory so moving it to another computer only requires copying one folder.
Jujube
Open Package
This guide treats your current computer host name as the first domain-like access address. It is the easiest way to complete a local end-to-end prototype loop.
Keep the site as one standalone directory so moving it to another computer only requires copying one folder.
Launch start_local_site.ps1 or double-click open_local_site.cmd to start a local static server on port 8787.
Visit http://localhost:8787 or use the machine host address shown below.
When ready, the same static bundle can move to Nginx, a cloud server, or a CDN-backed static site host.
Primary host name for this machine: localhost
Starts the site in the background and prints both localhost and machine-host access addresses.
Stops the running local site process using the PID file stored in the same directory.
Convenience entry point for double-click launch on Windows. It starts the server and opens the browser.