https://github.com/everduin94/countdown-rxjs
RxJS Countdown built with Angular
https://github.com/everduin94/countdown-rxjs
angular rxjs typescript
Last synced: 11 months ago
JSON representation
RxJS Countdown built with Angular
- Host: GitHub
- URL: https://github.com/everduin94/countdown-rxjs
- Owner: Everduin94
- Archived: true
- Created: 2019-06-07T21:37:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:11:20.000Z (about 3 years ago)
- Last Synced: 2025-04-26T06:42:28.114Z (11 months ago)
- Topics: angular, rxjs, typescript
- Language: TypeScript
- Size: 2.5 MB
- Stars: 13
- Watchers: 2
- Forks: 8
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CountdownRxjs
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.1.
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
*Important*: Must have Angular CLI and NodeJS installed
### To work on the follow-along branch:
- In your terminal/command-line
```
git clone https://github.com/Everduin94/countdown-rxjs.git
cd countdown-rxjs
npm install
git checkout follow-along
```