dangrt5 / firechat

Chat App built using ReactJS, Redux, and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firechat App

Chat App built with ReactJS, ReduxJS, and Firebase

Setup Instructions

  1. Fork this repo
  2. Clone your forked copy of this repo
    • git clone https://github.com/[Your Username]/firechat
  3. Change directory into the newly cloned repo
    • cd react_starter
  4. Install dependencies
    • npm install
  5. Start dev server
    • npm start
  6. Open a browser and navigate to localhost:3000 You should see a page that displays "Welcome to React!"

Bundle For Deployment

  1. Run webpack to bundle files
    • npm run bundle

NOTE: After bundling you can not directly run your app locally. You must run your app from the root directory of a server.

About

Chat App built using ReactJS, Redux, and Firebase


Languages

Language:JavaScript 91.6%Language:CSS 8.4%