/angularjs

Modular AngularJS app design with lazy loading.

Primary LanguageJavaScriptMIT LicenseMIT

license

AngularJS Application

Modular AngularJS app design with lazy loading.

How to run

  1. Install nodejs;
  2. Run npm install from root folder to install the project dependencies;
  3. Run node server.js to start the server (ctrl + C to stop it).

How to test

  1. Install karma-cli globally: npm install -g karma-cli;
  2. Run karma start.