The Wayback Machine - https://web.archive.org/web/20201128021753/https://github.com/davidsonbpe/python-server
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

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
You can’t perform that action at this time.