Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```