Tic Tac Toe as a Progressive Web App.
Clone the repo and install the dependencies.
npm install
Start the server and play.
npm run start
To install on a device
-
Connect device to PC via USB cable.
-
On PC open
chrome://inspect/#devices
in Google Chrome. -
Click on port forwarding, enable it and create a port to url mapping.
-
On the connected device open
localhost:<entered port>
or based on above imagelocalhost:8080
. -
If app install banner does not appear, at the top right click the 'More' button(3 dots) and then click on Add to Home screen to install.