Starter Kit / Boilerplate to use React, Redux and Firebase in an ES2015 codebase compiled with Webpack.
Clone the repo and then:
npm i
Run an express server using Webpack with Hot Module Replacement:
npm run dev
Build the production version of your assets in the 'static' directory
npm run build