1.0.1 • Published 4 years ago

python-server v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Python Server html5 css js

Este aplicativo demonstra um aplicativo Web Python simples e reutilizável.

Execute o aplicativo localmente

  1. Install Python

  2. git clone https://github.com/davidsonbpe/python-server.git

  3. cd python-server
  4. Run python server.py Para iniciar o aplicativo
  5. Acesse o aplicativo em execução em um navegador em http://localhost:3000

Install npm

  1. npm i python-server
  2. cd node_modules/python-server
  3. Run python server.py

Execute em servidor linux

  1. wget -c https://github.com/davidsonbpe/python-server/releases/download/1.1/python-server.zip
  2. unzip python-server.zip
  3. Run python server.py Para iniciar o aplicativo
  4. Acesse o aplicativo em execução em um navegador em http://localhost:3000