Skip to content

Instantly share code, notes, and snippets.

@majirosstefan
Last active March 23, 2020 11:53
Show Gist options
  • Save majirosstefan/64fb7e394cfb718af6cf8b9774f82824 to your computer and use it in GitHub Desktop.
Save majirosstefan/64fb7e394cfb718af6cf8b9774f82824 to your computer and use it in GitHub Desktop.
for React and React Native
// React setup
"scripts": {
"build-storybook": "build-storybook -s public",
"storybook": "start-storybook -p 9009 -s public", etc..
}
// React Native setup
"scripts": {
"storybook": "start-storybook -p 6006", etc..
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment