Code used for a Pluralsight.com course about a real-time React stack with Flux, Webpack, and Firebase
Go check out the course at https://app.pluralsight.com/library/courses/build-isomorphic-app-react-flux-webpack-firebase!
- From the command line, clone this repo:
git clone https://github.com/hendrikswan/react-stack && cd react-stack
- Run
npm install
to install all the modules (pegged to specific NPM modules to ensure that it works for you) - Run
node server
to run the webpack dev server