Skip to content

ionic-team/ionic-conference-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

330cc00 Β· Jun 3, 2024
Jun 3, 2024
Feb 9, 2023
Apr 11, 2023
Jun 3, 2024
Feb 9, 2023
Apr 8, 2022
Jun 3, 2024
Feb 9, 2023
Feb 26, 2018
Nov 11, 2021
Dec 17, 2018
Mar 31, 2023
Mar 31, 2023
Nov 18, 2015
Apr 18, 2023
Apr 17, 2024
Apr 8, 2022
Apr 11, 2023
May 7, 2019
May 7, 2019
Apr 8, 2022
Nov 27, 2018
Jun 3, 2024
Jun 3, 2024
Nov 11, 2021
May 25, 2023
Mar 2, 2020
Nov 11, 2021

Repository files navigation

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

  • Download the installer for Node LTS.
  • Install the ionic CLI globally: npm install -g ionic
  • Clone this repository: git clone https://github.com/ionic-team/ionic-conference-app.git.
  • Run npm install from the project root.
  • Run ionic serve in a terminal from the project root.
  • Profit. πŸŽ‰

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

Contributing

See CONTRIBUTING.md πŸŽ‰πŸ‘

App Preview

Material Design iOS
Android Menu iOS Menu
Material Design iOS
Android Schedule iOS Schedule
Material Design iOS
Android Speakers iOS Speakers
Material Design iOS
Android Speaker Detail iOS Speaker Detail
Material Design iOS
Android About iOS 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