This repo contains both the storybook-ui5
package as well as a demo.
The npm package is in the folder app/ui5. It is based on typescript, so it requires a build-step before it can be consumed.
An example project is in examples/ui5-kitchen-sink.
The project works with yarn workspaces.
First: install yarn
npm install -g yarn
Then run
yarn
yarn package:build
yarn package:watch
This command waits for changes and builds the project with every change.
yarn demo:run-watch
Due to the use of yarn, the example project makes automatic use of the package.
Changing any story hot reloads the example page.
File an issue or send me a pull request.