UNPKG

thaw-reversi-web-app

Version:

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

21 lines (14 loc) 541 B
# 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 .