Welcome to a VanillaJs challenge, no libs (just normalizer) of a trivial puzzle game. Testing some CSS effects and transitions.
The code is public and can be seen in the git repo and you can (probably still) find a here hosted demo.
npm install
npm run build
npm run lint
npm start
Using http-server, a simple zero-configuration command-line http server
npm install --global http-server
npm run build
http-server dist -o