Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eneax/learn-storybook
Intro to Storybook for React
https://github.com/eneax/learn-storybook
addon-design-assets addon-knobs react react-components react-redux react-storybook reactjs redux storybook storybook-addon storybook-chromatic
Last synced: 24 days ago
JSON representation
Intro to Storybook for React
- Host: GitHub
- URL: https://github.com/eneax/learn-storybook
- Owner: eneax
- Created: 2019-11-08T21:49:11.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-04T20:26:00.000Z (about 5 years ago)
- Last Synced: 2024-11-05T09:51:31.591Z (2 months ago)
- Topics: addon-design-assets, addon-knobs, react, react-components, react-redux, react-storybook, reactjs, redux, storybook, storybook-addon, storybook-chromatic
- Language: JavaScript
- Homepage:
- Size: 789 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
In the project directory, you can run:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm test`
Launches the test runner (Jest) in the interactive watch mode.
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.### `npm build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm eject`
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
### `npm run storybook`
Start the component explorer on port 9009. Open [http://localhost:9000](http://localhost:9000) to view it in the browser.