Example of using React, Redux and Firebase with Webpack.
A version of this app is visible at vkammerer.github.io/react-redux-firebase
This was originally an adaptation of the article http://blog.krawaller.se/posts/a-react-redux-firebase-app-with-authentication, but the application and the code have been simplified afterwards.
Clone the repo and then:
npm i
Run webpack dev server:
npm run dev
Build the production version:
npm run prod