Skip to content

luziling/ticflow-ionic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ticflow-ionic

This is the frontend implented by ionic for ticflow. The backend is in ticflow-backend.

To run

To run ticflow on your device, first install ionic.

Then, clone this repository and run

$ cd ticflow-ionic
$ npm install

Then run the following command to run ticflow in your browser.

$ ionic serve

To run ticflow on real ios / android devices instead, run

$ ionic platform add ios (android)
$ ionic build ios

Then you will find .xcodeproj or .apk file in the repo. Open with xcode or install with adb. That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.1%
  • CSS 13.6%
  • HTML 2.3%