/angDemo

Quick angular + highcharts code challenge for RockerLabs

Primary LanguageJavaScript

rock3rlabs

Quick angular + highcharts code challenge for RockerLabs by Jonathan Lazo

##set up

#Dependecies This applicactions uses npm and gulp to manage dependencies and run task please after run npm install, make sure you have angular, highcharts, bower, karma and gulp installed. Run bower install to get installed angular and bootstrap dependencies.

Build & development

Run gulp for building the app and then and gulp serve:prod for production enviroment or just gulp serve to run the app on dev enviroment.

Testing

Running gulp test will run the unit tests with karma.