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
- Host: GitHub
- URL: https://github.com/devgateway/gis-dashboard
- Owner: devgateway
- Created: 2015-01-23T21:51:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T21:33:41.000Z (about 11 years ago)
- Last Synced: 2024-04-15T15:31:33.836Z (almost 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 395 KB
- Stars: 2
- Watchers: 17
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.