python-server
v1.0.1
Published
python-server
Downloads
4
Readme
Python Server html5 css js
Este aplicativo demonstra um aplicativo Web Python simples e reutilizável.
Execute o aplicativo localmente
git clone https://github.com/davidsonbpe/python-server.git
cd python-server
Run
python server.py
Para iniciar o aplicativoAcesse o aplicativo em execução em um navegador em http://localhost:3000
Install npm
npm i python-server
cd node_modules/python-server
- Run
python server.py
Execute em servidor linux
wget -c https://github.com/davidsonbpe/python-server/releases/download/1.1/python-server.zip
unzip python-server.zip
- Run
python server.py
Para iniciar o aplicativo - Acesse o aplicativo em execução em um navegador em http://localhost:3000