Small webserver setup

When you are prototyping w. JS and JSON you need a webserver if you separate your data from your program. So here is four tips 🙂 1. Use Python SimpleHTTPServer Python will serve your files from the catalogue where you started...

Read More