java - Is it possible to turn a Jhipster application into a mobile app? -


is possible turn jhipster application mobile app? app html5 through phonegap.

yes it's possible means substantial manual effort split server side client side, put client side cordova project, adapt build process. have add cors headers on server-side servlet filter , on client-side.

of course assumes decide keep bootstrap css framework, if decide use mobile framework ionic, have rewrite views , parts of controllers too.

so it's feasible if experienced angular developer.

another possibility write yeoman generator reads jhipster json format describing entities generate ionic code.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -