Skip to content

zhyd1997/storybook-with-codesandbox-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

storybook-with-codesandbox-template

Import the repo from CodeSandbox directly.

Screenshot 2023-01-15 at 08 57 23

Implementation

### Create React App
### you can use other frameworks that storybook supports!
npx create-react-app my-app --template typescript

### Setup Storybook

### you can specify any version of storybook
cd my-app && npx storybook init

### Start Storybook
npm run storybook

About

Setup Storybook project in CodeSandbox.

Resources

Stars

Watchers

Forks