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:

  1. i using node , npm start run test server. fine start both java service , npm start testing.
  2. we use eclipse java app. minimal editing in eclipse typescript angelozerr's plugin works great.
  3. we use jenkins build.

i'm attempting figure out:

  1. folder structure. go inside same eclipse project rest service?
  2. 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

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -