Skip to content

Instantly share code, notes, and snippets.

@acanimal
Created August 12, 2018 12:19
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 acanimal/83700f49df6398fec0fa596423080297 to your computer and use it in GitHub Desktop.
Save acanimal/83700f49df6398fec0fa596423080297 to your computer and use it in GitHub Desktop.
create-react-app with storybook
$ npx create-react-app $PROJECT_NAME
$ cd $PROJECT_NAME
$ npm i -g @storybook/cli
$ getstorybook
$ yarn run storybook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment