be142c304517f7b25e072a2caedc265c4fa0f4fc
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.
Structure
The complete source code is contained within. Please follow along with the complete guide here.
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.
Description
Languages
TypeScript
75.6%
HTML
13.4%
CSS
7%
JavaScript
4%