TorinoTech / torinotech.github.io

https://torinotech.github.io
Other
16 stars 20 forks source link

Settings for Dev contributions #34

Closed mukkoo closed 8 years ago

mukkoo commented 8 years ago

I've added settings and readme for dev contributions (run static files locally with express.js).

matjack1 commented 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.

grigio commented 8 years ago

I use an alias to what @matjack1 wrote. It is present by default in any OS without installing anything :)

antonellopasella commented 8 years ago

Also php -S 127.0.0.1

Antonello Pasella http://www.pasella.it

grigio commented 8 years ago

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

mukkoo commented 8 years ago

Good proposal! +1