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

https://github.com/zpratt/spike-playground

Experimenting with react as the view layer for backbone.
https://github.com/zpratt/spike-playground

Last synced: about 1 year ago
JSON representation

Experimenting with react as the view layer for backbone.

Awesome Lists containing this project

README

          

spike-react-backbone
====================

Experimenting with react as the view layer for backbone.

Also, experimenting with d3 and google maps.

## To view examples:

* [react+backbone example](http://zpratt.github.io/spike-playground/index.html)
* [react+google maps example](http://zpratt.github.io/spike-playground/experiment.html)
* [svg boundary + google maps example](http://zpratt.github.io/spike-playground/map.html)
* [svg boundary + as a list](http://zpratt.github.io/spike-playground/boundary-list.html)
* [quadtree example](http://zpratt.github.io/spike-playground/quadtree.html)

## To run locally:

### Prerequisite to run all examples locally:
1. npm install
2. bower install

### To checkout the react/backbone example:
1. start up the local server with `node_modules/.bin/http-server`
2. open a browser and visit the [http://localhost:8080/index.html](http://localhost:8080/index.html)

### To run the google maps/d3 example:
1. start up the local server with `node_modules/.bin/http-server`
2. open a browser and visit the [http://localhost:8080/map.html](http://localhost:8080/map.html)

## Note:
* The google maps API key will only work from localhost:8080