angularjs - Developing and deploying Angular 2 application with Java REST back-end to production -
i have application java rest (jetty/jersey) back-end. want develop ui in angular 2. how best structure , build project(s) development , deployment? considerations:
- i using node , npm start run test server. fine start both java service , npm start testing.
- we use eclipse java app. minimal editing in eclipse typescript angelozerr's plugin works great.
- we use jenkins build.
i'm attempting figure out:
- folder structure. go inside same eclipse project rest service?
- build. npm install in jenkins build , populate dist folder?
this tutorial may helpful:
https://blog.udemy.com/node-js-tutorial/
it covers angularjs, nodejs, express , mongodb. (mean stack)
Comments
Post a Comment