Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksb96/tracker-app
A TODO list App
https://github.com/ksb96/tracker-app
angular-cli angular2 css html javascript typescript
Last synced: 10 days ago
JSON representation
A TODO list App
- Host: GitHub
- URL: https://github.com/ksb96/tracker-app
- Owner: ksb96
- Created: 2023-01-23T15:06:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T12:33:42.000Z (almost 2 years ago)
- Last Synced: 2024-11-08T07:30:00.367Z (2 months ago)
- Topics: angular-cli, angular2, css, html, javascript, typescript
- Language: TypeScript
- Homepage: http://localhost:4200/
- Size: 263 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TrackerApp
Just a 'Simple TODO=list app', only the frontend has been created, no actual ***(fake)*** **backend** is created for this particular application.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Mock Server
Run `npm run server` to run the mock server.
## CLI Commands
1) Run `ng generate component component-name` to generate a new component.
2) Run `ng build` to build the project.
3) Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
4) Run `ng e2e` to execute the end-to-end tests via a platform of your choice.