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

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

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