Skip to content

Latest commit

 

History

History
executable file
·
41 lines (28 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
41 lines (28 loc) · 1.04 KB

AsistApp

Taking attendance of students by reading QR code.

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. 🎉

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

Credits

Inspired by the source code of: https://github.com/ionic-team/ionic-conference-app