http://simple-route-planner.herokuapp.com/
Simple route planner with Yandex Maps. Able to add, move and delete points on map. This project was bootstrapped with Create React App.
- copy project to local machine
make install
installs dependenciesmake develop
runs project in dev mode on localhost:3000
make build
builds the app for production to thebuild
folder.
make test