From 44f0b1865c2eca9b276ab635b54c466e817818f7 Mon Sep 17 00:00:00 2001 From: Matt Netkow Date: Mon, 19 Nov 2018 21:04:39 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30404ce..10b4b5b 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -TODO \ No newline at end of file +# 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.