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

https://github.com/offirmo/hello-world--storybook


https://github.com/offirmo/hello-world--storybook

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# hello-world--storybook

https://storybook.js.org/docs/get-started/install

```
## in an empty folder:
npx storybook@latest init
## then select your framework and bundler (ex. react + vite)

## then
npm run storybook
```