/ionic-1-fundamentals

Demo app for Ionic fundamentals workshop

Primary LanguageTypeScript

This repository is part of an ionic tutorial that explains how to build an ionic example app named Pupster. We will go through the core concepts of an Ionic 2+ App such as Project Structure, Navigation, UI/UX and Data Integration. This ionic tutorial includes a working example you can reuse for your needs!

Check the presentation on Google Docs

Installation

Install dependencies

npm install

Run the app on the browser

ionic serve

Run the app on your phone

ionic cordova platform add android
ionic cordova run android

or

ionic cordova platform add ios
ionic cordova run ios