Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 811 Bytes

03-playground-app.md

File metadata and controls

35 lines (26 loc) · 811 Bytes

Running the UI5 Web Components Playground App Locally

The deployed playground can be run locally to test your changes and samples. In order to do so, you have to follow the steps below:

1. Install dependencies.

In the root directory run:

yarn install

2. Build the project Bundler.

yarn build #this is necessary only once.

Or if you want to test your changes live in storybook, run:

yarn start

3. Go to the playground package.

cd packages/playground

4. Start the playground locally

In your terminal, run the following command:

yarn storybook

This will build all the necessary assets and will start local server on your machine. To access the playground, visit: http://localhost:6006/