- Reactjs
- Nodejs
- Socket.io
You can run this project on your local machine. Just pull it down and do the following:
- Run the command above to go into the server directory
- Now download all the dependencies:
npm install
- Now run the server
npm run start
- Run the command above to go into the client directory
- Now download all the dependencies:
npm install
- Now run the client
npm start
- Open http://localhost:3000 to interact with the app
- Kevin Onyancha