Created
August 12, 2018 12:19
-
-
Save acanimal/83700f49df6398fec0fa596423080297 to your computer and use it in GitHub Desktop.
create-react-app with storybook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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