React tool to calculate distances between two places. View Demo.
Install the dependencies to run the project:
npm install
After installation is done, run the project by typing:
npm start
This will start a local server at http://localhost:3000
.
To make a production ready build, type:
npm run build
This will create a directory build
that contains the needed files.
To run the tests, type:
npm test