From f5912d29b68c9578ff54f441eed230c0962b2426 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Tue, 18 May 2021 21:29:03 +1000 Subject: [PATCH] Updated README.md --- v2/cmd/wails/internal/commands/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/cmd/wails/internal/commands/dev/README.md b/v2/cmd/wails/internal/commands/dev/README.md index f51b0a4d9..96eb3d2a2 100644 --- a/v2/cmd/wails/internal/commands/dev/README.md +++ b/v2/cmd/wails/internal/commands/dev/README.md @@ -19,4 +19,4 @@ The dev command allows you to develop your application through a standard browse ## How it works -The project is build \ No newline at end of file +The project is built using a special mode that starts a webserver and starts listening to port 34115. When the frontend project is run independently, so long as the JS is wrapped with the runtime method `ready`, then the frontend will connect to the backend code via websockets. The interface should be present in your browser, and you should be able to interact with the backend as you would in a desktop app. \ No newline at end of file