Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/everduin94/countdown-rxjs
RxJS Countdown built with Angular
https://github.com/everduin94/countdown-rxjs
angular rxjs typescript
Last synced: about 2 months ago
JSON representation
RxJS Countdown built with Angular
- Host: GitHub
- URL: https://github.com/everduin94/countdown-rxjs
- Owner: Everduin94
- Created: 2019-06-07T21:37:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:11:20.000Z (about 2 years ago)
- Last Synced: 2023-03-03T18:42:44.118Z (almost 2 years ago)
- Topics: angular, rxjs, typescript
- Language: TypeScript
- Size: 2.5 MB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 27
-
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
```