Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 688 Bytes

README.md

File metadata and controls

43 lines (24 loc) · 688 Bytes

Trippy · Build Status

React tool to calculate distances between two places. View Demo.

Installing

Install the dependencies to run the project:

npm install

Running

After installation is done, run the project by typing:

npm start

This will start a local server at http://localhost:3000.

Building

To make a production ready build, type:

npm run build

This will create a directory build that contains the needed files.

Running the Tests

To run the tests, type:

npm test