Jonathan Huang 7251f1d4e3 mapdc as ES6 Modules (#2255)
* [MAPDC] refactor using es6 modules

add logging module

add more charts and mixins

add bubble overlay, heatmap, boxplot

add more charts

finish moving to new folder

beging moving overrides to new folder

replace mapdc src/

update build script

fix tests

fix mapdc import

fix mapdc import

prebuild mapdc css styles

remove console

redrawAll on rangeFilter update

remove grunt, delete dead files

update tests

minor fixes

fix raster-mixin d3 import

lint

clear cache

fix mapdc style import

fix example styles

* remove dc from scatter-mixin
2017-02-13 15:20:37 -08:00
..
2015-12-31 17:59:27 -08:00
2017-02-13 15:20:37 -08:00
2017-02-13 15:20:37 -08:00
2017-02-13 15:20:37 -08:00
2017-02-13 15:20:37 -08:00
2017-02-01 12:05:50 -08:00
2017-02-13 15:20:37 -08:00
2016-11-17 17:50:08 -08:00
2016-02-26 12:50:42 -08:00

mapd-frontend-boilterplate

Boilerplate code for mapd frontend functionality

Installation

Install the example-specific npm packages.

cd example/
npm install

Running the example

Run the example from the top-level directory.

cd ../
npm install
npm start

When the browser opens, click the example directory to view the examples.