Technologies Express.js ReactJS Steps to follow in order to run the project Clone this repository (of course haha) Install both the client and server dependencies by running yarn respectively in subdirectories client and server Run both servers using yarn dev Eventual Bugs Make sure the value of SERVER_ADDRESS in comments.jsx and app.jsx corresponds to your case. Make sure the value of CLIENT_ADDRESS in index.js corresponds to your case.