Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/tom-weatherhead/thaw-reversi-web-app
- Owner: tom-weatherhead
- License: mit
- Created: 2017-09-06T19:38:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-11T06:31:07.000Z (about 1 month ago)
- Last Synced: 2024-11-01T11:03:24.893Z (16 days ago)
- Language: JavaScript
- Size: 979 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 startNote: 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-appThen browse to http://localhost:3001 .