//installation
git clone https://github.com/B3nnyL/scss-storybook.git
npm i
//storybook
npm run storybook
//build
npm run build
- All stories are alocated in
/.stories
- static file are placed in
/src
- Setup webpack for storybook, please go to
/.storybook
- Setup webpack for static files like scss/css/sass, check out
/src
MIT