- ReactJS (create-react-app)
- Socket.IO (client)
- Requires backend chat server
Heroku. Watch the app in action here
- Install Nodejs
- Install npm
- Fork and clone the repo
git clone [email protected]:strapi-blog/strapi-chat-ui.git
- Fork and clone the backend server
git clone https://github.com/strapi-blog/strapi-chat-backend
- Install dependencies by running
npm install
on terminal. - Start the Server
npm run start
- This runs the app in the development mode. Open http://localhost:3000 to view it in the browser.