This is my implementation of Othello, using a mean stack, scaffolded with yeoman angular-fullstack
Tested on a Ubuntu VM running on Windows; developed on Mac.
Requires background instance of MongoDB to be running. It should not require a login. The application will automatically create a database called othello-dev.
Also requires Ruby and SASS to be installed.
To see configurations, go to server/config/environment/development.js. These are the defaults.
Run npm install && bower install to retrieve package dependencies.
To start the server, run grunt serve on the root directory.