Simple chat application using React, node.js (express) and socket.io.
Install Node.JS
-
Clone repo. Open a terminal to project location
-
Navigate to the folder in a terminal window and run the following
npm install
npm run start
-
Open another terminal window and navigate to the backend/ folder
-
Run the following command
cd backend/
node app.js
- Navigate to http://localhost:3000/, or the URL found on the first terminal window