A sample program to write Angular2 app using TypeScript and deploy it into Tomcat container.
#Steps to run the app
-
Install NodeJS >= 5.x
-
Go to the src/main/webapp directory, and run the following commands:
npm install
npm run tsc
-
Now import the project into Eclipse IDE as maven project and run the app on Tomcat server