Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 628 Bytes

TicTacToe.fun

This is a PWA where you can play tic tac toe against the computer offline. It will save state and stats in local storage.

It also includes Peer.js to facilitate playing against a friend.

This was built primarily to explore progressive web apps and other technologies as time permits.

CLI Commands

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# run tests with jest
npm run test

# lint code
npm run lint