https://github.com/ionic-team/photo-gallery-tutorial-ionic4
Ionic framework v4 tutorial: Building a Photo Gallery!
https://github.com/ionic-team/photo-gallery-tutorial-ionic4
Last synced: 4 months ago
JSON representation
Ionic framework v4 tutorial: Building a Photo Gallery!
- Host: GitHub
- URL: https://github.com/ionic-team/photo-gallery-tutorial-ionic4
- Owner: ionic-team
- License: other
- Created: 2018-11-19T18:23:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T15:33:39.000Z (over 3 years ago)
- Last Synced: 2025-01-28T04:41:14.031Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://ionicframework.com/docs/developer-resources/guides/first-app-v4/intro
- Size: 1.37 MB
- Stars: 64
- Watchers: 8
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ionic v4 Tutorial: Photo Gallery app
A tutorial app that walks the user through creating a Photo Gallery app. We begin with the Ionic "tabs" starter app, incrementally converting the About tab to a Photo Gallery experience.
> Note: This app is no longer maintained. Please find the latest version of the code and guide [here](https://ionicframework.com/docs/angular/your-first-app).
## Structure
The complete source code is contained within. Please follow along with the [complete guide here](https://ionicframework.com/docs/angular/your-first-app).
## How to Run Locally
* Clone this repo.
* Open a terminal window, and navigate to this repo on the filesystem.
* Run "npm install" to install all required project dependencies.
* Run "ionic serve" to run the app in a web browser locally.