nuria / nuria.github.io

experiments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuria.github.io

Python comes with a simple webserver that we can use to serve these files via http locally:

$ cd /home/somedir $ python -m SimpleHTTPServer That's it! Now your http server will start in port 8000. You will get the message:

Serving HTTP on 0.0.0.0 port 8000 ...

If you wish to change the port: python -m SimpleHTTPServer 9000

About

experiments


Languages

Language:JavaScript 88.5%Language:HTML 11.5%Language:CSS 0.0%