Storybook Example

This example app depends on Create React App and Storybook, but uses the default configurations of both.

Getting started

Navigate to the repo in your terminal and run:

npm install

Running the React app

To build and launch the React app locally, run:

npm run start

Running the Storybook app

To build and launch the Storybook app locally, run:

npm run storybook