Skip to content

In this Ionic tutorial we will build an example app with a question and answer format (Q&A), similar to StackOverflow. We will go through the core concepts of an Ionic 2+ App such as Project Structure, Navigation, UI/UX and Data Integration.

Notifications You must be signed in to change notification settings

allancmello/building-a-complete-mobile-app-with-ionic-3

 
 

Repository files navigation

This repository is part of an ionic tutorial that explains how to build an ionic example app with a question and answer format (Q&A). 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 complete step by step tutorial in: https://ionicthemes.com/tutorials/about/building-a-complete-mobile-app-with-ionic-3

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

About

In this Ionic tutorial we will build an example app with a question and answer format (Q&A), similar to StackOverflow. We will go through the core concepts of an Ionic 2+ App such as Project Structure, Navigation, UI/UX and Data Integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.1%
  • CSS 11.3%
  • HTML 10.6%
  • JavaScript 1.0%