/storybook-antd

:ant: Storybook for previewing Ant Design components

Primary LanguageJavaScript

Storybook Ant Design

Repository created for the purpose of helping to change components using Ant Design quickly and easily.

Getting Started

To start run the following commands:

# clone this repository
git clone https://github.com/davidsonsns/storybook-antd.git

# enter in the folder
cd storybook-antd

# install the dependencies
yarn

# run the project
yarn storybook

Open the url http://localhost:9002 in your browser.

References