Update README.md

This commit is contained in:
Matt Netkow
2018-11-19 21:04:39 -06:00
committed by GitHub
parent b2a4ee70ac
commit 44f0b1865c
+12 -1
View File
@@ -1 +1,12 @@
TODO
# 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 (todo).
## 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.