Blueprint- A core data type React component library.
Development and Storybook
You can develop and interact with your components by using Storybook. To run the local server, 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.