Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 908 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 908 Bytes

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