Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tom-weatherhead/thaw-reversi-web-app

A playable Express.js Reversi (Othello) Web application.
https://github.com/tom-weatherhead/thaw-reversi-web-app

Last synced: about 9 hours ago
JSON representation

A playable Express.js Reversi (Othello) Web application.

Awesome Lists containing this project

README

        

# thaw-reversi-web-app
A playable Express.js Reversi (Othello) Web application.

Git installation and launch instructions for thaw-reversi-web-app:

$ git clone https://github.com/tom-weatherhead/thaw-reversi-web-app.git
$ cd thaw-reversi-web-app
$ npm install -g grunt
$ npm install
$ grunt
$ npm start

Note: The command "grunt" runs lint and security tests.

npm installation and launch instructions for thaw-reversi-web-app:

$ npm install -g thaw-reversi-web-app
$ thaw-reversi-web-app

Then browse to http://localhost:3001 .