Simple web UI for xapers article management system
Sometimes I like to read papers on my tablet while lying on coach.
limit:N
keyword or similarsudo apt install xapers
(Debian-based distros) or equivalentpip install flask eventlet argparse
In this mode requests to /api
endpoint are proxied to python web server on localhost:5000
. Source code changes are compiled on the fly and UI is hot module reloaded.
# Run webpack dev server and python server
$ cd client/ && yarn install && yarn start
# Build client JS/CSS/HTML files in client/dist/
$ cd client/ && yarn install && yarn build
# Run server
$ ../server/server.py
MIT