Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```