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

https://github.com/devgateway/gis-dashboard

Open source project template for GIS dashboard implementation
https://github.com/devgateway/gis-dashboard

Last synced: 9 months ago
JSON representation

Open source project template for GIS dashboard implementation

Awesome Lists containing this project

README

          

# gis-dashboard

Open source project template for GIS dashboard implementation

## Phil's notes

### Routing

I removed the default router from yeogurt called [director](https://github.com/flatiron/director), and replaced it with [react-router](https://github.com/rackt/react-router/).

React-router does not need all the boilerplate files that director needed, it knows about react components so it just works.