https://github.com/benhalverson/react-chatroom-ui
A simple chat app that uses node socket.io and react
https://github.com/benhalverson/react-chatroom-ui
Last synced: 6 months ago
JSON representation
A simple chat app that uses node socket.io and react
- Host: GitHub
- URL: https://github.com/benhalverson/react-chatroom-ui
- Owner: benhalverson
- Created: 2018-05-07T07:13:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T07:51:34.000Z (10 months ago)
- Last Synced: 2024-11-08T15:37:10.991Z (8 months ago)
- Language: JavaScript
- Homepage: https://chatapp-demo.netlify.com/
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reactn
## A React and Socket.io based chat app by Ben Halverson
- Demo link http://chatapp-demo.netlify.com
## Front-end
- react.js
- socket.io client## Back-end
- node.js
- socket.io api## Usage
`npm i` to install packages
`npm start` for the front-end
`npm run server` for the node server
- Make sure to rename the `.env.local.sample` to `.env.local` and `.env.production.local`