Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/felquis/storybook-components-example
Saving some LoC just for future self contemplation
https://github.com/felquis/storybook-components-example
Last synced: 1 day ago
JSON representation
Saving some LoC just for future self contemplation
- Host: GitHub
- URL: https://github.com/felquis/storybook-components-example
- Owner: felquis
- Created: 2021-08-31T22:00:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T00:43:51.000Z (4 months ago)
- Last Synced: 2024-07-06T03:57:25.180Z (4 months ago)
- Language: JavaScript
- Size: 271 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I created this project while following a group study at telegram in 2020, it shows how I use storybook to isolate components.
Use node 16
To install dependencies, use `yarn`.
To run the project itself, use `yarn dev` and open `localhost:3000/dash` in the browser.
To run the storybook, run `yarn storybook` and open `localhost:6006` in the browser.
Thanks @derekstavis for teaching me how to use Storybook back in 2016.