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
- Host: GitHub
- URL: https://github.com/bestguy/firestore-storybook
- Owner: bestguy
- Created: 2018-08-07T02:55:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T02:58:37.000Z (almost 8 years ago)
- Last Synced: 2025-10-08T19:59:25.838Z (8 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```