halumz / react-saga-firestore-todo

Basic boilerplate of react saga with firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-saga-firestore-todo

It is a simple example of react-saga using create react app

copy config.js as cofig.js and rewrite your credential

  {
    apiKey: '',
    projectId: ''
  }

clone it and run:

  yarn
  yarn start

Then open http://localhost:3000/ to see your app.

The firestore demo todo model

  {
    completed: false,
    createTime: 1509355386664,
    todo: "todo 1"
  }

About

Basic boilerplate of react saga with firestore

License:MIT License


Languages

Language:JavaScript 79.2%Language:CSS 14.5%Language:HTML 6.2%