An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# velox-maps

React maps-app starter (baseweb).


## see the [live demo](https://drmats.github.io/velox-maps/)



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.