seed app for building angular2 based plotter apps
npm install -g webpack
npm install -g webpack-dev-server
npm install
npm run build
# in another shell:
webpack --watch
# in another shell:
webpack-dev-server
to run the view samples, see view samples readme
to run the view lab, see view lab readme
comment out declare function require
line as shown below (prevents error about duplicate require function)
got to http://localhost:9000