A simple react forum application. It uses firebase realtime database & authentication features
- React
- Redux
- Firebase (as backend service)
- Google Authentication
- Infinite scroll in "Threads" page
- Better cache mechanism using redux
- Logged in users can submit posts for a thread
yarn startStarts the webpack dev server in port 8000 ( its a default port )yarn buildRuns webpack production build.yarn build:serverRuns webpack production build & Serves it using a simple http server in port 8000