This repo is a chat used for our Concert Buddy Application, set up using FireBase ReduxJS and ReactJS.
- Fork this repo
- Clone your forked copy of this repo
git clone https://github.com/TMPHAM1/buddychat.git- Change directory into the newly cloned repo
cd buddychat- Install dependencies
npm install- Start dev server
npm start- Open a browser and navigate to
localhost:3000You should see a chat application.
- Run webpack to bundle files
npm run bundleNOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.