Clustering example for google-map-react
This project uses kotatsu
as run engine.
To run this project locally (with hot reload and other fine kotatsu things)
npm install
npm run start
# open your browser at localhost:4000
To build
npm install
npm run build