https://github.com/drmats/velox-maps
React maps-app starter (baseweb).
https://github.com/drmats/velox-maps
maplibre maps tiles web
Last synced: about 1 year ago
JSON representation
React maps-app starter (baseweb).
- Host: GitHub
- URL: https://github.com/drmats/velox-maps
- Owner: drmats
- License: bsd-2-clause
- Created: 2021-10-28T09:14:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-12T10:28:14.000Z (over 2 years ago)
- Last Synced: 2024-02-12T11:37:23.718Z (over 2 years ago)
- Topics: maplibre, maps, tiles, web
- Language: TypeScript
- Homepage: https://drmats.github.io/velox-maps/
- Size: 3.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# velox-maps
React maps-app starter (baseweb).
## see the [live demo](https://drmats.github.io/velox-maps/)
## content
### base branch
[velox:base-react-baseui-styled](https://github.com/drmats/velox/tree/base-react-baseui-styled)
### configured environments
* typescript
* babel
* eslint
* webpack
* webpack-dev-server
* react
### base libraries
* [@xcmats/js-toolbox](https://drmats.github.io/js-toolbox/)
* [mem-box](https://drmats.github.io/mem-box/)
* redux
* react-redux
* [red-g](https://drmats.github.io/red-g/)
* redux-thunk
* immer
* prop-types
* lodash.throttle
### ui
* baseweb.design
### mapping libraries
* @mapbox/geo-viewport
* @mapbox/polyline
* @mapbox/sphericalmercator
* @mapbox/tilebelt
* maplibre-gl
* ngeohash
* react-map-gl
* turf
### data manipulation
* d3
## development
```
npm i
npm run lint
npm run dev
```
## production build
```
npm run build
```
## license
**velox-maps** is released under the BSD 2-Clause license. See the
[LICENSE](https://raw.githubusercontent.com/drmats/velox-maps/master/LICENSE)
for more details.