escpos-printer-db browser
February 4, 2018 ยท View on GitHub
This web app presents the data in receipt-print-hq/escpos-printer-db for browsing. It is hosted online here.
Build process
yarn install
./node_modules/.bin/gulp
python3 ./tools/import_database.py
Hosting
The site is static, so no server-side components are required. Simply upload
dist/ and index.html to the target server.