https://github.com/bitbravo/company-distribution-map
Company Map using Mapbox, React, React Hooks.
https://github.com/bitbravo/company-distribution-map
Last synced: 12 months ago
JSON representation
Company Map using Mapbox, React, React Hooks.
- Host: GitHub
- URL: https://github.com/bitbravo/company-distribution-map
- Owner: BitBravo
- Created: 2019-12-02T01:25:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T09:45:36.000Z (over 6 years ago)
- Last Synced: 2025-06-02T18:33:23.064Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://c-dmap.netlify.com/
- Size: 6.48 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Mapbox
## Development
You can start the dev server with this command:
```bash
npm start
```
## Production
You can build the project with this command:
```bash
npm run build
```