Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

akullpp/linked-storybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Linked Storybook

Symlink a SPA created by CRA to use in a separate Storybook project.

Setup

Create the symlink for the SPA

cd single-page-application
npm i
npm link

Link the SPA

cd single-page-application-storybook
npm link single-page-application
npm i

Finally, run the storybook.

About

Symlink a SPA created by CRA to use in a separate Storybook project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published