https://github.com/takuya-nakayasu/angular-redux-flappy-bird
Flappy Bird is written by Angular + Redux: https://l08084.github.io/angular-redux-flappy-bird/
https://github.com/takuya-nakayasu/angular-redux-flappy-bird
angular flappy-bird redux
Last synced: about 2 months ago
JSON representation
Flappy Bird is written by Angular + Redux: https://l08084.github.io/angular-redux-flappy-bird/
- Host: GitHub
- URL: https://github.com/takuya-nakayasu/angular-redux-flappy-bird
- Owner: takuya-nakayasu
- Created: 2018-03-10T07:21:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-11T13:29:57.000Z (over 8 years ago)
- Last Synced: 2025-09-06T20:56:23.288Z (10 months ago)
- Topics: angular, flappy-bird, redux
- Language: TypeScript
- Homepage:
- Size: 9.39 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Angular Redux FlappyBird([Try It](https://l08084.github.io/angular-redux-flappy-bird/))
=========================================================================

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