Basic server that serves up HTML and talks to the backend via websockets through socket.io
Run one of the following two commands and navigate to http://localhost:YOUR_PORT (default is port 8080).
Make sure Nodemon is installed
npm run dev
npm run serve