Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 516 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 516 Bytes

sapper-storybook

The default Sapper template integration with storybook. To clone it and get started:

# app run
git clone https://github.com/gustaYo/sapper-storybook.git
cd sapper-storybook
yarn install
yarn dev

Storybook

# storybook
yarn storybook

# build storybook
yarn build-storybook

# static build files now in storybook-static folder

Open up http://localhost:9009.

Now

yarn builder
now