Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hafen/countrygrid
https://github.com/hafen/countrygrid
Last synced: about 23 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/hafen/countrygrid
- Owner: hafen
- Created: 2015-11-23T22:09:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-26T08:00:02.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T18:36:01.939Z (25 days ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Country Grid Map
An experiment with React and d3 for visualizing stunting data on a country grid map.
Project template created with [React Starterify](https://github.com/Granze/react-starterify) (minimal ES6/ES2015 React JS starter with nice [shallow rendering](https://facebook.github.io/react/docs/test-utils.html#shallow-rendering) test examples).
## Usage
__Install the dependencies:__
`npm install`
__Development mode with livereload:__
`gulp watch`
__Create a production ready version of the JS bundle:__
`gulp build`
## License
[MIT License](http://opensource.org/licenses/MIT)