Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 618 Bytes

react-storybook

I use this React Storybook article to develop this project.

Download it for your personal consideration.

This repository has been developed with small commit changes in order to understand the steps needed to install react-storybook in your project.

#First steps Download dependencies

npm install

Then you can run the project

npm run storybook

Test

You can test the project in its Github pages project page.

This feature has been done with @kadira/storybook-deployer package.