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 the server python –m SimpleHTTPServer If you like to use NodeJS you have several … Read more