gcakir / ionic-conference-app

A conference app built with Ionic to demonstrate Ionic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Menu

Material Design iOS
Android Menu iOS Menu

Schedule Page

Material Design iOS
Android Schedule iOS Schedule

Speakers Page

Material Design iOS
Android Speakers iOS Speakers

Speaker Detail Page

Material Design iOS
Android Speaker Detail iOS Speaker Detail

About Page

Material Design iOS
Android About iOS About

Deploying

Progressive Web App

  1. Un-comment these lines
  2. Run npm run ionic:build --prod
  3. Push the www folder to your hosting service

Android

  1. Run ionic cordova run android --prod

iOS

  1. Run ionic cordova run ios --prod

About

A conference app built with Ionic to demonstrate Ionic

License:Apache License 2.0


Languages

Language:TypeScript 50.7%Language:HTML 22.7%Language:SCSS 20.3%Language:JavaScript 6.2%