Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 256 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 256 Bytes

storybook-typescript-starter

A starter app for getting started with a storybook in a typescript environment

  • Storybook version: 6

To get started - install the dependencies: npm i

To start storybook: npm run storybook

To run tests: npm run test