This app was basic chat application dose not incluse database, it was fucus on React and socket.io
git clone https://github.com/tudtude/Chat-React-SocketIO.git
cd Chat-React-SocketIO
npm install
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
- src/components/Main.js ---> line 10
- server/index.js ---> line 12
After change need to run speparate command
- Start backend with
npm run server
- Start react view
npm run react
https://chat-react-socket.herokuapp.com/
**Thank https://www.heroku.com/home **