Skip to content

mandeeppasbola/react-redux-saga-firebase-sample-app

Repository files navigation

React Redux Saga Firebase Sample App

Sample React Redux app using Redux-Saga for async, Firebase for database & authentication, Mocha Enzyme Chai Sinon for Testing, Istanbull nyc for coverage & Webpack Babel as build tools

Install Dependencies

npm install

Note : Replace your Firebase configurations in firebase.js

Development

Build : 
npm run build:dev
Start : 
npm run start:dev

Production

Build : 
npm run build:prod
Start : 
npm run start:prod

Test

npm run test

Test coverage

npm run coverage

Analyze Bundle Size

npm run analyze

Todo

  • Redux
  • Redux Saga
  • Authentication
  • Webpack Dynamic import
  • Webpack Performance tunning
  • Testing Framework and Coverage
  • Server Side Rendering
  • Progressive Web App
  • Accelerated Mobile Pages
  • React v16

About

Sample React Redux app using Redux-Saga for async, Firebase for database & authentication, Mocha Enzyme Chai Sinon for Testing, Istanbull nyc for coverage & Webpack Babel as build tools

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published