/Chat-React-SocketIO

Simple chat application with React and socket.Io

Primary LanguageJavaScript

Chat application with React and socket.io

This app was basic chat application dose not incluse database, it was fucus on React and socket.io

Get install

  git clone https://github.com/tudtude/Chat-React-SocketIO.git
  cd Chat-React-SocketIO
  npm install

Dev mode

Befor run this on your machine you need to change some code, due with this code was apply to https://chat-react-socket.herokuapp.com/, that was online system/ production mode. There are two file need to be correct as below

  1. src/components/Main.js ---> line 10
  2. server/index.js ---> line 12

After change need to run speparate command

  1. Start backend with
npm run server
  1. Start react view
npm run react

Online Demo

https://chat-react-socket.herokuapp.com/

**Thank https://www.heroku.com/home **