GitXplorerGitXplorer
m

projectLiLo

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
5c0e3a7ec4711ae817ca7e73ae6576b81df26a9d

Create README.md

mmtreerungroj committed 7 years ago
Unverified
f511e287c742535dff37f653ae20fbe70e8cfc2e

initial commit

mmtreerungroj committed 7 years ago
Unverified
3350a0d24f9492c24e6abb489feb604256b35641

initial commit

mmtreerungroj committed 7 years ago
Unverified
be47929da9ead5783494986b4dec40cb35fd049e

Initial commit

mmtreerungroj committed 7 years ago

README

The README file for this repository.

projectLiLo

Log in and log out example with ionic, hybrid mobile application.

Prerequisites:

  • Git
  • Node.js
  • any code editor

Install Cordova

npm install -g cordova
cordova -v

Install Ionic

npm install -g ionic
ionic -v

Create project

Ionic start <project's name> <template>

Note: template is a type of page to generate: tabs, blank, sidemenu (with hamburger)

Run project

cd project’s folder
ionic serve -l (-l คือ จำลองรูปแบบ ios หรือ android)

Note: -l is to simulate as a iOS or Android's environment.

Stop project

just Ctrl + c