0.1.0 • Published 4 years ago

cra-template-typescript-storybook v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

cra-template-typescript-storybook

This template extends the Create React App TypeScript template with Storybook.

GETTING STARTED

To use this template, add --template typescript-storybook when creating a new app.

For example:

npx create-react-app my-app --template typescript-storybook

# or

yarn create react-app my-app --template typescript-storybook

USAGE

  • App and Component directory structure is the same as a standard create-react-app install
  • Stories are written in the src/stories directory (this can be changed in .storybook/main.js)

MORE INFO

Inspired by this Gist by one of the Storybook maintainers to quickly get Storybook Docs, Create React App, and TypeScript up and running. Basically, this template installs all those packages in a simple one-step process.

For more information, please refer to: