cra-template-typescript-storybook

0.1.0 • Public • Published

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:

Package Sidebar

Install

npm i cra-template-typescript-storybook

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

38.2 kB

Total Files

25

Last publish

Collaborators

  • ejp