# BroadlumeCommonControls

To get started with the project run

	npm run installtools

To run the project use

	npm run start
	
this will run the less transpiler and will also watch the changes to the typescrip files automatically you can view the angular test page by going to http://localhost:1337/index.html


To build for production use 
	
	npm run startprod
	
To use in another project add the folowing line to your package.json depndancies 

	"broadlume-common": "git+https://github.com/broadlume/BroadlumeCommonControls.git"
	
and then you can use it by importing items using the "broadlume-common" package

	import { SimpleControlsModule } from "broadlume-common"


	
