Home

Awesome

Ionic Angular Conference Application

This application is purely a kitchen-sink demo of the Ionic Framework and Angular.

There is not an actual Ionic Conference at this time. This project is just to show off Ionic components in a real-world application. Please go through the steps in CONTRIBUTING before submitting an issue.

React and Vue Versions

We've built versions of this Conference app in React and Vue for developers that would prefer to use one of those framework options:

https://github.com/ionic-team/ionic-react-conference-app

https://github.com/ionic-team/ionic-vue-conference-app

Table of Contents

Getting Started

Note: See How to Prevent Permissions Errors if you are running into issues when trying to install packages globally.

Contributing

See CONTRIBUTING.md :tada::+1:

App Preview

Menu

Material DesigniOS
Android MenuiOS Menu

Schedule Page

Material DesigniOS
Android ScheduleiOS Schedule

Speakers Page

Material DesigniOS
Android SpeakersiOS Speakers

Speaker Detail Page

Material DesigniOS
Android Speaker DetailiOS Speaker Detail

About Page

Material DesigniOS
Android AboutiOS About

Deploying

Progressive Web App

  1. Run ionic build --prod
  2. Push the www folder to your hosting service

Android

  1. Run ionic cordova run android --prod

iOS

  1. Run ionic cordova run ios --prod