https://github.com/pierremtb/ionic-swapi
Ionic 4 and Angular 8 test application, implementing part of The Star Wars API.
https://github.com/pierremtb/ionic-swapi
angular8 ionic4 swapi-api typescript
Last synced: 8 months ago
JSON representation
Ionic 4 and Angular 8 test application, implementing part of The Star Wars API.
- Host: GitHub
- URL: https://github.com/pierremtb/ionic-swapi
- Owner: pierremtb
- License: mit
- Created: 2019-10-26T11:06:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T11:05:50.000Z (about 3 years ago)
- Last Synced: 2025-06-02T20:02:06.533Z (10 months ago)
- Topics: angular8, ionic4, swapi-api, typescript
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic SWAPI


## Setting up
```console
$ git clone https://github.com/pierremtb/ionic-swapi
$ cd ionic-swapi
$ npm install
```
## Running (web)
```console
$ ionic serve
```
## Running (iOS)
```console
$ npm build --prod
$ ionic cap sync ios
$ ionic cap open ios
** Run on simulator or device in XCode **
```
## License
MIT License
Copyright (c) 2019 Pierre Jacquier