0.0.1 • Published 5 years ago

thaw-tic-tac-toe-web-app v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

thaw-tic-tac-toe-web-app

A playable Express.js Tic-Tac-Toe Web application that uses the thaw-tic-tac-toe-web-service package as the game engine.

Build Status npm npm license Maintainability Known Vulnerabilities

Note: thaw-tic-tac-toe-web-service will need to be running on localhost port 3000/TCP in order for thaw-tic-tac-toe-web-app to make automatic moves.

To install and run thaw-tic-tac-toe-web-service, execute these commands in a separate terminal window:

npm install -g thaw-tic-tac-toe-web-service
thaw-tic-tac-toe-web-service

Git installation and launch instructions for thaw-tic-tac-toe-web-app:

git clone https://github.com/tom-weatherhead/thaw-tic-tac-toe-web-app.git
cd thaw-tic-tac-toe-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-tic-tac-toe-web-app:

npm install -g thaw-tic-tac-toe-web-app
thaw-tic-tac-toe-web-app

Then browse to http://localhost:3001 .

License

MIT