To get started, go into the server directory and install the dependencies:
*npm install
*npm run-script tsc
*npm run-script debug
Then, go to the client directory , and start up the client:
*npm install
*ng serve
Finally, navigate to http://localhost:4200 to start your game!