Ghost game client

This repo contains the client-side application for the Ghost Game project. It's an Angular2 application generated by the angular-cli tool.

Getting started

(To make it work, server side must be running. See https://github.com/pablodoble/ghost-game-server)

Open a terminal and go to the repo path. Then:

npm i
npm start

Application will be running on http://localhost:4200

Tests

To run unit tests, type the following command in your console:

npm test