Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 914 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 914 Bytes

Tic Tac Toe PWA

Tic Tac Toe as a Progressive Web App.

Usage

Clone the repo and install the dependencies.

npm install

Start the server and play.

npm run start

To install on a device

  1. Connect device to PC via USB cable.

  2. On PC open chrome://inspect/#devices in Google Chrome.

  3. Click on port forwarding, enable it and create a port to url mapping.

  4. On the connected device open localhost:<entered port> or based on above image localhost:8080.

  5. An app install banner will appear, click to install.

  6. 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.