Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 588 Bytes

ESP game - Home assignment

OVERVIEW

ESP is an online multiplayer GWAP, in which two players playing simultaneously, need to identify and match similar images.

LOCAL DEVELOPMENT

If you are running this project for the first time, you need to install the dependencies by running

npm install

To run the project

npm start

Point your browser to localhost:3000

Test cases

You can run the test cases by running

npm test

Point your browser to localhost:3100