Skip to content

Repository files navigation

Angular Shipping Demo

Set-up:

  1. Clone the repo.
  2. Create a configuration file named app-config.json and save to: ./apps/angular-shipping-demo/public/
  3. Copy and paste the following into the file:
{
  "apiUrl": "https://API-URL/exercises"
}
  1. Replace "https://API-URL/exercises" with the real base API URL, and save the file.

To run the dev server:

npx nx run angular-shipping-demo:serve:development

To run Storybook:

    npx nx run storybook-host:storybook

To run the full unit test suite:

    npx nx run-many -t test --all

To run the e2e test suite:

    npx nx run angular-shipping-demo-e2e:e2e

To run Nx Graph:

    npx nx graph

About

Angular Shipping Demo

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages