/githubusers-listing

Angular1.x with Foundation application

Primary LanguageJavaScript

Set it up in development mode

  • node and npm are required for running this application
  • Run npm i -g karma karma-jasmine phantom to install karma and PhantomJS globally
  • Run npm install && bower install to install required dependencies.

Preview Application

To preview application run grunt serve.

Run Tests

Run grunt test to run unit tests.