ruffer-pattern-portfolio
Version:
This is the end result from https://dev.to/swyx/quick-guide-to-setup-your-react--typescript-storybook-design-system-1c51
27 lines (16 loc) • 953 B
Markdown
This is the end result from https://dev.to/swyx/quick-guide-to-setup-your-react--typescript-storybook-design-system-1c51
# update (March 2020)
@joanrm20 has provided an update to rewrite to Component Story Format, I think CSF is great so [i merged in the PR here](https://github.com/sw-yx/react-typescript-storybook-starter/pull/4). Check it out!
# update (July 2018)
@ncochard has provided an update to rewrite the stories in typescript, i think this is great so [i merged in the PR here](https://github.com/sw-yx/react-typescript-storybook-starter/pull/1). Check it out!
# Usage
```bash
npm install
npm run storybook
```
You can also build your storybook for static file hosting so your designers can see it:
```bash
npm run build-storybook
```
Happy to take contribution/improvement suggestions.
Related Storybook Typescript docs PR [here](https://github.com/storybooks/storybook/pull/3361#issuecomment-379010961)