https://github.com/fingerpich/angular-test
https://github.com/fingerpich/angular-test
angular api lazy-loading pwa rxjs testing
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fingerpich/angular-test
- Owner: fingerpich
- Created: 2018-11-29T13:04:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T18:40:36.000Z (over 3 years ago)
- Last Synced: 2025-02-16T02:42:59.841Z (over 1 year ago)
- Topics: angular, api, lazy-loading, pwa, rxjs, testing
- Language: TypeScript
- Homepage: https://fingerpich.github.io/angular-test/
- Size: 4.89 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AngularTest
Project is placed in [fingerpich.github.io/angular-test](https://fingerpich.github.io/angular-test/)
[](https://circleci.com/gh/fingerpich/angular-test)
## Prerequisites
Both the CLI and generated project have dependencies that require Node **8.9** or **higher**, together with NPM 5.5.1 or higher.
## Development server
Run **`npm start`** for a dev server. Navigate to **`http://localhost:4200/`**. The app will automatically reload if you change any of the source files.
## Build
Run `npm run build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.
## Running unit tests
Run `npm run test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `npm run e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).