Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.