Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 150 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 150 Bytes

Geocoding Map

Usage

Server setup

cd server
npm install
npm run dev

Client setup

cd client
npm install
npm run serve