Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 433 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 433 Bytes

Entredevs

Guia para a talk sobre testes com o pessoal do PagSeguro

Visualizando o código no browser

Usando Python 2

cd entredevs-presentation
python -m http.server 9000

Usando Python 3

cd entredevs-presentation
python -m SimpleHTTPServer 9000

Usando PHP 5.4 +

cd entredevs-presentation
php -S localhost:9000

Visite a url http://localhost:9000