A simple map server, served to your browser with express 🗺️
You will need git + npm to use this repo. I recommend installing nvm.
- Clone this repo (or fork it!)
git clone https://github.com:rmrice/simple-map-server.git
cd simple-map-server
- Install dependencies
npm install
- Start the server
npm start
- Go to
localhost:8888
in your browser