brisberg / BetterWorksHW

Angular.js take-home assignment for BetterWorks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Angular 1 application showing Custom Directives for gauge and slider.

Running

You need to install all of your dependencies.

npm install

And install and run the serve package so you can run the app.

npm install -g serve

serve src/

Navigate to http://localhost:3000

Testing

npm install karma

npm install karma-jasmine karma-chrome-launcher

karma start

About

Angular.js take-home assignment for BetterWorks.


Languages

Language:JavaScript 79.0%Language:HTML 12.3%Language:CSS 8.2%Language:Shell 0.5%