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
- Host: GitHub
- URL: https://github.com/morewings/route-planner
- Owner: morewings
- Created: 2019-12-23T07:28:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:22:53.000Z (over 3 years ago)
- Last Synced: 2025-03-12T02:01:54.921Z (over 1 year ago)
- Topics: google-maps-api, hooks, react
- Language: JavaScript
- Homepage: https://morewings.github.io/route-planner
- Size: 3.51 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/morewings/route-planner)
[](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.