Hi All,
I have a simple application created using Ang2 and it runs fine on local npm server.
However i need to have the code deployed on a JBOSS or Weblogic server.
What is the process for the same?
I tried using "ng build", but all it does is, create a folder "dist" and places files in that folder.
is there a standard way of packaging the code and deploying on JBOSS/Weblogic?
Regards
Sachin