Workshop Week - Thinking out of the box Computer Science - 5 Year Degree
Back-end : OpenEJB Apache TomEE
[//]: # (ionic tuto)
Prerequisites : nodejs + npm packages installed
$ npm install -g ionic cordova
# RUN Ionic Se placer dans le dossier racine de l'app **tripinWorkshop/** et lancer la commande :
$ ionic serve
Don't forget to install Cordova Whitelist Plugin once in Production. Before moving the application to production, we should formulate a whitelist and allow access to specific network domains and subdomains :
$ cordova plugin add cordova-plugin-whitelist
Open www folder and add this security meta tag to index.html file :
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval' 'unsafe-inline' *; object-src 'self'; style-src 'self' 'unsafe-inline'; media-src *">