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: about 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T21:45:00.000Z (2 months ago)
- Last Synced: 2025-02-27T23:38:40.746Z (2 months ago)
- Topics: atomic-design, create-react-app, firebase, pwa, react, redux, redux-saga, styled-components
- Language: TypeScript
- Homepage: https://blog-feedback.app
- Size: 20.4 MB
- Stars: 24
- Watchers: 4
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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
```