Skip to content

ninjinkun/blog-feedback-app

Repository files navigation

CircleCI

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.

or

$ yarn storybook

Staging Build

$ yarn build

Production Build

$ yarn build:production

Test

$ yarn firebase serve --only firestore
$ yarn test