Skip to content

controlz-fai/controlz-fai.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ver página en modo desarrollo:

Debería ser posible abrir ./www/index.html con el explorador web directamente:

firefox ./www/index.html

Pero si hace falta iniciar un servidor Web de desarrollo, utilizar una de estas opciones:

Usando PHP:

php -S 127.0.0.1:8001
firefox https://127.0.0.1:8001

Usando Python:

python -m http.server -p 8001
firefox https://127.0.0.1:8001