To Do PWA
This week I’ve published a static PWA (Progressive Web App) that utilizes modern CSS, HTML, and JavaScript; all without any server-side databases or scripting. Check the live demo to explore the features, and the documentation for how to submit bug reports or suggest enhancements; source code is, as always, available via GitHub.
Git may be used to clone source code and edit locally, eg…
mkdir -vp ~/git/hub/web-dev-examples
cd ~/git/hub/web-dev-examples
git clone --recurse-submodules git@github.com:web-dev-examples/to-do-app.git
Development decencies are tracked via NPM so must be installed for testing/development…
cd ~/git/hub/web-dev-examples/to-do-app
npm install
Nearly any web-server may be used to host static web assets…
npm run py-serve