Skip to content

Commit

Permalink
Getting Started: Explain success for yarn start (#5492)
Browse files Browse the repository at this point in the history
Exlain how to spot when `yarn start` was successful.

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
hurryabit authored Apr 8, 2020
1 parent a469d94 commit cdd342c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/getting-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ In a second terminal, navigate to the ``create-daml-app/ui`` folder and run the

This starts the web UI connected to the running Sandbox and JSON API server.
The command should automatically open a window in your default browser at http://localhost:3000.
Once the web UI has been compiled and started, you should see ``Compiled successfully!`` in your terminal.
If it doesn't, just open that link in a web browser.
(Depending on your firewall settings, you may be asked whether to allow the app to receive network connections. It is safe to accept.)
You should now see the login page for the social network. For simplicity of this app, there is no password or sign-up required.
Expand Down

0 comments on commit cdd342c

Please sign in to comment.