Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/photo-gallery
demo app about tutorial of ionic-angular
https://github.com/kkeeth/photo-gallery
Last synced: 18 days ago
JSON representation
demo app about tutorial of ionic-angular
- Host: GitHub
- URL: https://github.com/kkeeth/photo-gallery
- Owner: kkeeth
- License: mit
- Created: 2019-08-15T04:47:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-11T19:11:07.000Z (over 3 years ago)
- Last Synced: 2024-11-30T16:41:16.696Z (24 days ago)
- Language: TypeScript
- Size: 3.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Photo Gallery with ionic-angular
This repo is the actual tutorial that follows. Since the target platform is only `iOS`,`Android` users should change it accordingly.
Link:
https://ionicframework.com/docs/angular/your-first-app/
## Required Tool
This repo is developed using [Ionic DevApp](https://ionicframework.com/docs/appflow/devapp), so please install it in advance.
## How to start develop
* case1: using [@angular/cli](https://www.npmjs.com/package/@angular/cli)
```cmd
$ cd photo-gallery
$ npm i
$ npm start
```* case2: using [ionic cli](https://www.npmjs.com/package/ionic)
```cmd
$ npm i -g ionic
$ cd photo-gallery
$ npm i
$ ionic serve --devapp --lab
```## LICENSE
[MIT](https://github.com/k-kuwahara/photo-gallery/blob/master/LICENSE)