Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ninjinkun/blog-feedback-app
Visualize your blog's impact
https://github.com/ninjinkun/blog-feedback-app
atomic-design create-react-app firebase pwa react redux redux-saga styled-components
Last synced: 12 days ago
JSON representation
Visualize your blog's impact
- Host: GitHub
- URL: https://github.com/ninjinkun/blog-feedback-app
- Owner: ninjinkun
- License: mit
- Created: 2018-11-23T10:11:57.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T18:26:31.000Z (27 days ago)
- Last Synced: 2024-10-13T17:46:47.851Z (25 days ago)
- Topics: atomic-design, create-react-app, firebase, pwa, react, redux, redux-saga, styled-components
- Language: TypeScript
- Homepage: https://blog-feedback.app
- Size: 20.8 MB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/ninjinkun/blog-feedback-app.svg?style=svg&circle-token=f9faff2d125195261cccf6cf8f6c9aabd1733603)](https://circleci.com/gh/ninjinkun/blog-feedback-app)
BlogFeedback is a PWA visualize your blog's impact.
This app is based on below modules and services.
- React
- create-react-app
- styled-component
- Redux
- redux-thunk
- redux-saga
- Firebase
- Authentication
- Cloud Firestore
- Cloud Functions# Commands
## Run
```
$ yarn start
```## Storybook
You can access Storybook [here](https://ninjinkun.github.io/blog-feedback-app/).or
```
$ yarn storybook
```## Staging Build
```
$ yarn build
```## Production Build
```
$ yarn build:production
```# Test
```
$ yarn firebase serve --only firestore
$ yarn test
```