p-view
panel frame viewer
Deploy
$ firebase login
$ firebase init
$ firebase deploy
$
LMNA Live Build Hosting
https://frp-logistics.web.app/
Hosting Local with Python
Tutorial: https://realpython.com/python-http-server/#how-to-start-pythons-httpserver-in-the-command-line
- python 3 needs to be installed
- open terminal in root folder (/frp-logistics) of project, or /public subfolder (./frp-logistic/public)
- run python command to serve on local
- make sure Google Cloud Authentication is configured for the following IP and Port
$ python -m http.server -b 127.0.0.1 5500
$
- web app will be served at following local address and port (open in browser)
http://127.0.0.1:5500/