Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 557 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 557 Bytes

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