Skip to content

josielrocha/entredevs-presentation

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published