An open API service indexing awesome lists of open source software.

https://github.com/morewings/route-planner

Route planning demo app
https://github.com/morewings/route-planner

google-maps-api hooks react

Last synced: about 1 month ago
JSON representation

Route planning demo app

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/morewings/route-planner.svg?branch=master)](https://travis-ci.org/morewings/route-planner)
[![Dependencies](https://david-dm.org/morewings/route-planner.svg)](https://david-dm.org/morewings/route-planner)

## Quickstart

### Prerequisites
- Install [nvm](https://github.com/creationix/nvm);
- Install latest stable node release with `nvm install 10`;
- Install [yarn](https://yarnpkg.com/en/) globally `brew install yarn`

### Initial setup

```bash
nvm use
yarn
yarn start
```
### Commands

- `yarn start` - starts server in development mode;
- `yarn fix` - autofixes code style and the outputs non-fixable errors;
- `yarn lint` - only outputs non-fixable errors;
- `yarn test` - runs Jest tests.