Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davidsonbpe/python-server

Python Server html5 css js
https://github.com/davidsonbpe/python-server

python python-server server

Last synced: about 1 month ago
JSON representation

Python Server html5 css js

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

```