A real-time React chat app built with Flux, Webpack, Firebase and MaterialUI
#Get up and running
- From the command line, clone this repo:
git clone https://github.com/kevguy/React-Chat && cd React-Chat
- 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