https://github.com/antoniozcode/poc-gtm-ionic
Prueba de concepto para usar Google Tag Manger con Ionic
https://github.com/antoniozcode/poc-gtm-ionic
Last synced: over 1 year ago
JSON representation
Prueba de concepto para usar Google Tag Manger con Ionic
- Host: GitHub
- URL: https://github.com/antoniozcode/poc-gtm-ionic
- Owner: AntoniozCode
- Created: 2021-10-17T23:45:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-18T03:51:21.000Z (over 4 years ago)
- Last Synced: 2025-02-03T06:54:38.345Z (over 1 year ago)
- Language: TypeScript
- Size: 1.68 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.