Closed mukkoo closed 8 years ago
I'm not against this, but if you have Python installed you can do:
python -m SimpleHTTPServer 3000
from the project folder and have the same result.
I use an alias to what @matjack1 wrote. It is present by default in any OS without installing anything :)
Also php -S 127.0.0.1
Antonello Pasella http://www.pasella.it
The point is that it is a static page to be simple and neutral, anybody shouldn't be forced to use a particular technology to have a webserver.
My proposal:
Se vuoi provare in locale il sito hai bisogno di un web server. Vai dentro la cartella e digita uno dei seguenti comandi https://gist.github.com/willurd/5720255
Good proposal! +1
I've added settings and readme for dev contributions (run static files locally with express.js).