Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 549 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 549 Bytes

simple-map-server

A simple map server, served to your browser with express 🗺️

Getting started

You will need git + npm to use this repo. I recommend installing nvm.

  1. Clone this repo (or fork it!)
git clone https://github.com:rmrice/simple-map-server.git
cd simple-map-server
  1. Install dependencies
npm install
  1. Start the server
npm start
  1. Go to localhost:8888 in your browser