-
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