A simple RSS reader made with PWAs in mind.
Progressive web apps allow you to mantain a single codebase. Uses the latest stable node version.
Just run npm run build
and npm run start
.
Run npm run build
. You'll see instructions to install serve
globally to start a local server from your build directory.
npm install -g serve
serve -s build
Once you see the app running in your browser of choice, you can install it.
This work is licensed under a Creative Commons Attribution 4.0 International License.