You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For developing your application on localhost, run the following command which will proxy your local app.
58
-
The command will open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
57
+
### Local development
59
58
60
-
{{< tabs >}}
61
-
{{% tab name="Template" %}}
59
+
For developing your application on localhost:
60
+
61
+
1. Run your web server.
62
+
1. Run the following command specifying the address where your app is running on localhost and a machine to test on.
63
+
The command will proxy your local app and open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
0 commit comments