This project was bootstrapped with Create React App.
- react-router
- styled-components
- react-mapbox-gl with mapbox-gl
- flow with flow-typed
- eslint with airbnb config
- husky
- now
- Travis-CI
Install dependencies:
yarn install
Install defLibs for Flow:
yarn flow-typed install
Start local dev server:
yarn start
Run Eslint:
yarn lint
Run Flow typed check:
yarn flow