Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 216 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 216 Bytes

Agar Clone

This is a clone of Agar.io created using Node, React, and Socket.io

How To Run

  1. Start socket.io server
npm run-script start_server
  1. Start react
npm start