Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 364 Bytes

Storybook for ReactXP

Create cross-platform ReactXP components with Storybook

  • reactxp version: 1.3.0
  • storybook version: 3.4.10

To run

# start the server
make storybook

# if using vscode
# open repo-root in vscode and start tsc-watch build task

# or if running in console
make watch

# open browser to `localhost:8080`