https://github.com/diegogurgel/anime-con
Ionic2 app created for ionic2 workshop
https://github.com/diegogurgel/anime-con
Last synced: 4 months ago
JSON representation
Ionic2 app created for ionic2 workshop
- Host: GitHub
- URL: https://github.com/diegogurgel/anime-con
- Owner: diegogurgel
- Created: 2017-05-13T21:57:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T21:58:44.000Z (about 8 years ago)
- Last Synced: 2025-01-11T23:38:54.083Z (5 months ago)
- Language: TypeScript
- Size: 1.56 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Windows
```shell
npm install -g ionic
```### Mac and Linux.
```shell
sudo npm install -g ionic
```### Start the app.
```shell
ionic start anime-con -t blank
```
### If isn't present add the android platform
```shell
ionic platform add android
```## TypeScript
- If you use sublime install TypeScript
- Type 2 decorators
- Types## Angular 2
- Decorators## Ionic
## Create app key on Anilist.
- https://anilist.co/
- Register
- Settings
- Create new client## Install postman
- https://www.getpostman.com/collections/d9e119dd6d0bd70582f6## Generating service for auth http
```shell
ionic g --list
```
```shell
ionic g provider AuthHttp
```