Simple PWA game created with the intention of learning github pages deployment.
You can see the live app running here.
- React.js (Class components)
- PWA (service worker)
- Yarn (package manager)
Make sure you are on the master
branch!
To make sure you have all the dependencies installed run
$ yarn
Start the app with
$ yarn start
Make sure you are on the master
branch!
To make sure you have all the dependencies installed run
$ yarn
To create the build run:
$ yarn predeploy
To deploy run:
$ yarn deploy
✨ Tip: to see the updates watch the actions tab on github