2015-02-03 00:16:10 +00:00
![](https://img.shields.io/badge/Build-pass-brightgreen.svg) ![](https://img.shields.io/badge/Version%201.0-65%25-yellow.svg) ![](https://img.shields.io/badge/Platform-Android%20%7C%20iOS-blue.svg)
< br >
2015-01-25 14:19:45 +00:00
< p align = "center" >
< img src = "https://cloud.githubusercontent.com/assets/2984053/5891657/4cc6526e-a4ab-11e4-9968-1289ebd33d69.png" / >
2015-01-25 14:20:29 +00:00
2015-01-25 14:19:45 +00:00
< / p >
2015-01-25 14:20:29 +00:00
< h1 align = "center" > Moblie Version< / h1 >
2015-01-25 14:19:45 +00:00
-------
2015-01-20 10:31:09 +00:00
This app was created in a few days while trying to learn [AngularJS ](https://angularjs.org/ ) and Hybrid development technology.
This app was inspired by the [JCE Manager Project ](https://github.com/liranbg/JceManager ) written by me and [Liran Ben-Gida ](https://github.com/liranbg ).
The JCE Official Mobile app was bad in my opinion so I wanted to do it right.
2015-02-03 00:16:10 +00:00
>At the moment the app is still in Develop mode, If you would like to try it you can build it yourself or e-mail me to get in the testers group.
2015-01-20 10:31:09 +00:00
What you will need to start Coding & Building
=====================================
- [NodeJS ](http://nodejs.org/ )
- [Cordova & Ionic Framework ](http://ionicframework.com/getting-started/ )
##After you have got NodeJS
open up a terminal:
```shell
$ npm install -g cordova ionic
```
2015-02-03 00:16:10 +00:00
>You night need superuser privileges . use "sudo"< br >
>Note: this step you will only need to do once
2015-01-20 10:31:09 +00:00
now go to your Working directory and clone the Repo by:
```(shell)
$ git clone https://github.com/sagidayan/JCE-Mobile-App.git
```
this will create a new directory and copy all the files in the project.
Run In Browser
===
to run the app in your browser type:
```(shell)
../JCE-Mobile-App/$ ionic serve
```
Build for mobile
====
You will need Android SDK or Mac+x-code for the platform of your choice.
for android:
```shell
../JCE-Mobile-App/$ ionic platform add android
../JCE-Mobile-App/$ ionic build android
```
the same goes to iOS...
Where is the code?
====
If you would like to change / modify the code. make sure you play in the www folder.
that is where all the HTML and Javascript files are.