Skip to content

floodpeak/StoryBookBasket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StoryBookBasket

Step 1

Install React CDK with the following command:

npm install -g yo generator-react-cdk

Step 2

Create your first component library with the following command:

yo react-cdk BPCircle

Step 3

Visit that directory and install the NPM dependencies:

cd BPCircle
npm install

Step 4

npm run storybook

The above command starts the Storybook console on http://localhost:9010.

You can see changes you make while you are editing your component. Visit React Storybook repo to learn more.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages