A PoC inspired by: https://github.com/MatthK/Selfoss-Webfront
- Copy
.env-sample
as.env
and update variables:HOST
is the base url of your miniflux instanceAPI_KEY
you can generate in miniflux admin settingsNODE_ENV
(optional) defaults toprod
, you can set it todev
to get sourcemaps & unminified assets
- Run
npm i
- Run
npm start
- Open
localhost:3000
in your browser.