0.1.1 • Published 5 years ago

ioc-react-shared v0.1.1

Weekly downloads
1
License
GPL3
Repository
github
Last release
5 years ago

ioc-react-shared

React components shared within IOC Organization

Development and Storybook

You can easily develop and interact with your components by using Storybook. To run the local server, simply run:

$ npm i
$ npm run storybook

Navigate to http://localhost:9001 to view your stories. They should automatically update as you develop.

Storybook will pick up any story from the stories.js file in a component folder.