Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-x-t/ng-performance-standalone
https://github.com/l-x-t/ng-performance-standalone
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/l-x-t/ng-performance-standalone
- Owner: L-X-T
- Created: 2023-07-24T21:36:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T11:33:32.000Z (9 months ago)
- Last Synced: 2024-04-20T12:41:42.831Z (9 months ago)
- Language: TypeScript
- Size: 3.52 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Architects - Performance Workshop
This project uses Nx 17 & NG 17. It was generated with [Nrwl Nx](https://nx.dev/getting-started/angular-standalone-tutorial) version 16.5.2 and [Angular CLI](https://github.com/angular/angular-cli) version 16.1.4, by [Alex T.](https://alex.thalhammer.name) and is based upon work by the [Angular Architects](https://www.angulararchitects.io).
## Slides
You'll find the workshop slides in the `slides` directory.
## Exercises
You'll find the workshop labs in the `labs` directory.
## Development
Run `nx serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `nx generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `nx build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `nx test` to execute the unit tests via [JEST](https://jestjs.io).
## Running end-to-end tests
Run `nx e2e` to execute the end-to-end tests via [Cypress](https://www.cypress.io/).
## Further help
To get more help on the Angular CLI use `nx help`, contact your trainer [Alex T.](https://alex.thalhammer.name) or go check our website [Angular Architects](https://www.angulararchitects.io).