https://github.com/davidsonbpe/python-server
Python Server html5 css js
https://github.com/davidsonbpe/python-server
python python-server server
Last synced: 10 months ago
JSON representation
Python Server html5 css js
- Host: GitHub
- URL: https://github.com/davidsonbpe/python-server
- Owner: davidsonbpe
- Created: 2019-10-31T20:20:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-29T14:24:53.000Z (about 4 years ago)
- Last Synced: 2025-02-04T18:19:11.198Z (11 months ago)
- Topics: python, python-server, server
- Language: HTML
- Homepage: https://www.npmjs.com/package/python-server
- Size: 68.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Python Server html5 css js
Este aplicativo demonstra um aplicativo Web Python simples e reutilizável.
## Execute o aplicativo localmente
1. [Install Python][]
----------
Git clone Repositorio.
```bash
git clone https://github.com/davidsonbpe/python-server.git
```
Abra a pasta repositorio.
```bash
cd python-server
```
Para iniciar o aplicativo Run.
```bash
python server.py
```
Acesse o aplicativo em execução em um navegador em.
```bash
http://localhost:3100
```
----------
Install npm
```bash
npm i python-server
```
Abra a pasta repositorio.
```bash
cd node_modules/python-server
```
Para iniciar o aplicativo Run.
```bash
python server.py
```
----------
[Install Python]: https://www.python.org/downloads/
Execute em servidor linux
```bash
npm i python-server
```
Git wget Repositorio.
```bash
wget -c https://github.com/davidsonbpe/python-server/releases/download/1.1/python-server.zip
```
Abra unzip.
```bash
unzip python-server.zip
```
Para iniciar o aplicativo Run.
```bash
python server.py
```
Acesse o aplicativo em execução em um navegador em.
```bash
http://localhost:3100
```