react-redux-firebase icon indicating copy to clipboard operation
react-redux-firebase copied to clipboard

Webpack + React + Redux + Firebase

Webpack + React + Redux + Firebase

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.

Install

Clone the repo and then:

npm i

Dev

Run webpack dev server:

npm run dev

Prod

Build the production version:

npm run prod