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

https://github.com/bestguy/firestore-storybook

Firestore + Storybook WIP
https://github.com/bestguy/firestore-storybook

Last synced: 8 months ago
JSON representation

Firestore + Storybook WIP

Awesome Lists containing this project

README

          

# Firestore + Storybook example

WIP

## CLI Commands

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# test the production build locally
npm run serve
```