Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 489 Bytes

Install

Install node.js (brew install node)

Run following commands from root of project:

npm install
./start.sh

Point your browser to: http://localhost:3005/

The app was written using a functional style, this made it easier to test and easier to read. State within the app is kept to one array of the game positions. This means the app is easier to maintain as state and mutations are kept to a minimum.

To run the unit tests run the following command:

mocha