0.0.0 • Published 7 years ago

thaw-reversi-web-app v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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 .