Skip to content

davidhartsough/react-redux-firestore-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firestore, React, Redux, React-Router Web App

Origins

This project was bootstrapped with Create React App.

yarn create react-app my-app
yarn add firebase react-redux react-redux-firebase react-router-dom redux redux-firestore react-firebaseui

Scripts

yarn start
yarn test
yarn build

Ingredients

Get Going

  • Put your firebase/firestore config info in /src/store/config.js.
  • Modify /public/index.html and /public/manifest.json meta data.