An open API service indexing awesome lists of open source software.

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

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.