datamade/searchable-map-template-csv

instructions on running a local server

derekeder opened this issue · 1 comments

Provide some documentation on how to run a local server.

Max/Linux:
https://github.com/http-party/http-server npx http-server . -c-1

Python simple HTTP Serverpython -m SimpleHTTPServer

Options/links to resources for windows?

Related to #11

Note for python 3, the command is:

python -m http.server