Skip to content

Instantly share code, notes, and snippets.

@tsiq-swyx
Created May 10, 2018 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsiq-swyx/fdca9f5d8123e23616bfd310c4a59012 to your computer and use it in GitHub Desktop.
Save tsiq-swyx/fdca9f5d8123e23616bfd310c4a59012 to your computer and use it in GitHub Desktop.
egghead-storybook1.md

yarn init -y

yarn add -D @storybook/react babel-core && yarn add react react-dom

"scripts": { "storybook": "start-storybook -p 6006 -c .storybook" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment