Skip to content

codeflyer/storybook-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Storybook scaffold

This is a simple Storybook scaffolding project create to play easily with React.

Quick Start

// Clone the repository in your local machine
git clone https://github.com/codeflyer/storybook-scaffold.git


// Go in the right folder
cd storybook-scaffold

// Install the dependencies
npm install

// Run the app
npm run storybook

// open your browser: http://localhost:6006

Add a story

To add a story just place a file called *.story.js inside the src folder

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published