Skip to content

yarn start command doesn't open the playground in the browser window #1629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
unazko opened this issue May 15, 2020 · 1 comment · Fixed by #1631
Closed

yarn start command doesn't open the playground in the browser window #1629

unazko opened this issue May 15, 2020 · 1 comment · Fixed by #1631
Assignees

Comments

@unazko
Copy link
Contributor

unazko commented May 15, 2020

Hello,

In the documentation of setting up the SAP Web Components project under section "Develop"
it is said that "yarn start" command will open the playground in the web browser. The command is
starting a local web server, but doesn't open the playground in the browser. Also a guiding message
in the console that the server is up and running and listening for requests could be helpful.

Steps to reproduce the behavior:

  1. Execute "yarn start" command in the console

Current behavior:
The playground isn't open in the browser.

Expected behavior:
As stated in the documentation under section "Develop "at the following UR:
https://github.com/SAP/ui5-webcomponents
this command should open the Playground page in the browser.

Context:

  • UI5 Web Components version: last
  • OS/Platform: Windows

Best Regards:
Boyan Rakilovski

@ilhan007
Copy link
Member

Hello @unazko thanks for reporting. Previously it was like described. Now you have to do the following:

To install Playground specific dependencies (only one time)

cd packages/playground
yarn install:dependencies

To start the Playground app, you can execute the following from the project root

yarn start:playground

To open it on open http://localhost:4000/

We also updated the docs with the PR: #1631

@ilhan007 ilhan007 assigned ilhan007 and unassigned fifoosid May 15, 2020
ilhan007 added a commit that referenced this issue May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants