Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 503 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 503 Bytes

Storybook 3 TypeScript example

A sample repo showing how I got Storybook 3 up and running with TypeScript.

I detailed my process on my blog, beginning with create-react-app and storybook. Everything here is untouched from a default storybook installation, apart from converting what is generated by getstorybook to TypeScript.

Getting started

yarn install or npm install

yarn run storybook or npm run storybook