Skip to content

dyscale/UnitApp

Repository files navigation

Monitoring App

대윤계기산업(주) 단위수량 앱

Table of Contents

Getting Started

  • Download the installer for Node.js 6 or greater.
  • 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.

App Preview

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

Build

  1. ionic cordova build android --prod --release --versionCode={number}
  2. jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore dys.keystore app-release-unsigned.apk dys
  3. zipalign -v 4 app-release-unsigned.apk signed.apk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors