zidniryi

readme_info_prima.md

Oct 30th, 2020
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. # Infra Prima Optima
  2.  
  3. ## Description
  4.  
  5. Infra Prima Optima Mobile uses IONIC Framework 2018 version, and Angular 5.xx version for its Mobile App.
  6.  
  7. ## Setup
  8. - node version v11.10.1
  9. - npm version npm v6.7.0
  10.  
  11.  
  12. ```
  13. Note you can used NVM for installing multiple node and npm : https://github.com/nvm-sh/nvm
  14. ```
  15.  
  16. ## Setup IONIC
  17. - npm install -g @ionic/cli native-run cordova-res
  18.  
  19. ```
  20. Note you can used Setup IONIC you can see in : https://ionicframework.com/docs/angular/your-first-app
  21. ```
  22.  
  23.  
  24.  
  25. ### Installing
  26.  
  27. To use and run this project you must have the below tool and if you want to run it on your local computer you must have the software below:
  28. - Node, Npm
  29. - Text Editor (Vs Code, Sublime, Etc)
  30.  
  31. ### Folder structure
  32. Image will be upload soon
  33.  
  34. ### Running
  35.  
  36. Open in terminal root project
  37. - ionic serve
  38.  
  39.  
  40. ```yml
  41. ---
  42. Andd it will open in new tab browser like image bellow
  43. ---
  44. ```
  45.  
  46. ### Build APK Project
  47.  
  48. Pre install
  49. - install gradle you can see here : https://gradle.org/install/
  50.  
  51. Building APK
  52.  
  53. - ionic cordova build --release android
  54.  
  55. Output APK in file :
  56. - root_project/platforms/android/build/outputs/apk/android-release-unsigned.apk
  57.  
  58.  
  59. Open in terminal root project
  60. - ionic serve
  61.  
  62.  
  63. ```yml
  64. ---
  65. Andd it will open in new tab browser like image bellow
  66. ---
  67. ```
  68.  
  69.  
  70.  
  71. ## Result
  72. Image uploaded soon
Add Comment
Please, Sign In to add comment