Repository created for the purpose of helping to change components using Ant Design quickly and easily.
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.