Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmarcosl/anime
https://github.com/dmarcosl/anime
angular anime timer-application
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmarcosl/anime
- Owner: dmarcosl
- Created: 2022-10-03T08:55:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-30T07:22:13.000Z (over 1 year ago)
- Last Synced: 2023-05-30T08:26:58.875Z (over 1 year ago)
- Topics: angular, anime, timer-application
- Language: TypeScript
- Homepage: https://dmarcosl.github.io/anime
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Anime
Extremely simple Angular app to keep track of new episodes of the animes I'm currently watching that are on the air.
Libraries used:
- [Angular Components](https://github.com/angular/components)
- [Angular Flex Layout](http://github.com/angular/flex-layout)The repository consists of 3 branches:
- **master**: skeleton of the app without data
- **data**: master with data
- **gh-pages**: compiled app## How to build
```shell
ng build --prod --base-href "https://dmarcosl.github.io/anime/"
```Then push
```shell
npx angular-cli-ghpages --dir=dist/anime
```