Set-up:
- Clone the repo.
- Create a configuration file named
app-config.jsonand save to:./apps/angular-shipping-demo/public/ - Copy and paste the following into the file:
{
"apiUrl": "https://API-URL/exercises"
}
- 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:developmentTo run Storybook:
npx nx run storybook-host:storybookTo run the full unit test suite:
npx nx run-many -t test --allTo run the e2e test suite:
npx nx run angular-shipping-demo-e2e:e2eTo run Nx Graph:
npx nx graph