cheykeodina / SAGE-Ionic2-Application-Sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAGE

SAGE Ionic2 Application Sample

Getting Started

Setting up the development enviroment

  git clone https://github.com/socheatsok78/SAGE-Ionic2-Application-Sample.git
  cd SAGE-Ionic2-Application-Sample
  ionic state restore
  npm install
  bower install

Documentations

Process Flow

Prototype Guideline

Build with

Ionic Helper

Speed up Splashscreen

  • Update the following line in config.xml
<preference name="SplashScreenDelay" value="1000" />

Generating resources (Icon/Splashscreen)

npm run gen:resources

Creating New Project

ionic start SAGE-Ionic2-Prototype --appname "SAGE Prototype" --id "org.self-ivr.prototype" --template "blank" --v2

Saving Working state

ionic state save

About


Languages

Language:CSS 41.2%Language:HTML 24.6%Language:TypeScript 22.8%Language:JavaScript 11.3%