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.
yarn install
or npm install
yarn run storybook
or npm run storybook