Skip to content

wendellaraujo/ng-jedi-demo

 
 

Repository files navigation

Requirements

Runing

  • Run the following command on bash

    • Windows:

      npm run start
    • Any *nix OS:

      npm run start-nix
  • This command will load all projects dependencies, initialize mocks, and start application on http://localhost:8080

  • Sign in with one of the two user/password below:

    • admin/pass
    • user/pass
  • Tests:

    • With the application runing you can execute e2e tests:
     grunt e2e
    • Or if you're using Linux or Mac OS:
    grunt e2e-nix

About

Jedi Project :: AngularJS Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.5%
  • HTML 30.9%
  • CSS 1.6%