https://github.com/arcbjorn/task-tracker-angular
App that helps tracking tasks, using Angular 11
https://github.com/arcbjorn/task-tracker-angular
angular karma-jasmine rxjs typescript
Last synced: 2 months ago
JSON representation
App that helps tracking tasks, using Angular 11
- Host: GitHub
- URL: https://github.com/arcbjorn/task-tracker-angular
- Owner: arcbjorn
- Created: 2021-05-08T13:32:01.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T15:34:40.000Z (about 5 years ago)
- Last Synced: 2026-01-02T00:55:49.807Z (6 months ago)
- Topics: angular, karma-jasmine, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Task Tracker Angular
### Development
```bash
# start front-end
yarn start
# start json-server
yarn server
```
Navigate to `http://localhost:4200/`.
Hot-reload is enabled in `src/` folder.
### Code scaffolding
```bash
yarn ng generate component
```
You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
### Build
```bash
yarn build
```
The build artifacts will be stored in the `dist/` directory.
Use the `--prod` flag for a production build.
### Unit tests
```bash
yarn test:unit
```
Using [Karma](https://karma-runner.github.io)
### End-to-end tests
```bash
yarn test:e2e
```
Using [Protractor](http://www.protractortest.org/)
### Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.