Skip to content

datumgeek/plotter-app-seed-angular2

Repository files navigation

plotter-app-seed-angular2

seed app for building angular2 based plotter apps

quick start

from a bash shell:

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

view samples

to run the view samples, see view samples readme

view lab

to run the view lab, see view lab readme

edit dojo type definitions

comment out declare function require line as shown below (prevents error about duplicate require function)

image

launch chrome browser

got to http://localhost:9000

About

seed app for creating angular2 based plotter applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published