This repo contains both the backend server and frontend React web app for the Laser Tag game, instructions for which can be found here: https://os.mbed.com/users/ddakev/notebook/laser-tag-system/
Run npm start in the root directory.
Open http://localhost:3000 to view it in the browser.
Run node index in the /server/ directory. The server will automatically connect to the web app when both are started.