Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 879 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 879 Bytes

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