Sunday, January 22, 2017

How to run/deploy your AngularJS2 application on Tomcat

Run following commnd on prompt inside your AngularJS2 project
npm build
This will create dist folder inside your AngularJS2 project.
Finally Edited index.html as and it worked fine

Running through Eclipse AngularJS2 plugin

Right Click Project --> Run As --> ng Server

No comments: