A starting point for building and previewing react components with storybook.js
#Installation
Install with npm
npm install
run storybook
npm run dev
Go to localhost:9001 to view your components
built with the help of: https://whoisryosuke.com/blog/2018/creating-a-design-system-for-reactjs-from-scratch/