Storybook 4 demo using create-react-app 2.0 + TypeScript (using Babel 7) + react-docgen-typescript-loader
A complete working setup using cra 2 with --typescript
, storybook 4 and react-docgen-typescript-loader.
npm i
(first time)npm run storybook
- https://storybook.js.org/configurations/typescript-config/
- Info from: stevehanson in the following GitHub issue