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

https://github.com/takuya-nakayasu/ng-stopwatch

Stopwatch is written by Angular + Redux: https://l08084.github.io/ng-stopwatch/
https://github.com/takuya-nakayasu/ng-stopwatch

angular redux stopwatch

Last synced: 2 months ago
JSON representation

Stopwatch is written by Angular + Redux: https://l08084.github.io/ng-stopwatch/

Awesome Lists containing this project

README

          

Angular Stopwatch ([Try It](https://l08084.github.io/ng-stopwatch/))
=========================================================================

![Angular Stopwatch](resouces/ng-stopwatch.gif)

Run Things Locally
------------------

```bash
git clone https://github.com/l08084/ng-stopwatch
cd ng-stopwatch
npm install -g @angular/cli
npm install
ng serve
# open your browser on http://localhost:4200/
```