Can't deploy angular app under Tomcat server 10

Viewed 15

I am trying to deploy an application on a Windows 10 (https://github.com/cornflourblue/angular-10-signup-verification-boilerplate). I have already installed Apache tomcat 10 on it. I used the command npm build (with "-prod") in order to generate the dist folder (output : index.html & the bundle files) then I copied the whole dist into 'webapps' folder in tomcat, then I tried to access the page using my browser, the index page is showing me "Loading..."!

Could somebody help me please

0 Answers
Related