/storybook-sample

Primary LanguageJavaScriptMIT LicenseMIT

Storybook Sample

This is a sample of React Storybook. https://storybook.js.org/

Getting Started

  1. Clone this repository.
$ git clone git@github.com:featherplain/storybook-sample.git storybook-sample
  1. Install NPM modules.
$ npm install
  1. Then run this command. Storybook started on http://localhost:9001/.
$ npm run storybook