Wolfgang
05/30/2021, 10:48 AMRobert Jaros
05/30/2021, 10:58 AMbackendRun
task in all example apps is configured for development, and doesn't publish static html/js resources at all. You should run frontendRun
task from the second terminal/console window to have them published by webpack dev server (on port 3000). This way you have all the features of webpack, including hot reload. Backend task just publishes api endpoints on port 8080 (byt they are proxied by webpack, so are also available on port 3000).Wolfgang
05/30/2021, 11:03 AMRobert Jaros
05/30/2021, 11:04 AMRobert Jaros
05/30/2021, 11:04 AMRobert Jaros
05/30/2021, 11:05 AMRobert Jaros
05/30/2021, 11:06 AMjar
gradle taskRobert Jaros
05/30/2021, 11:06 AMRobert Jaros
05/30/2021, 11:07 AMWolfgang
05/30/2021, 11:08 AMRobert Jaros
05/30/2021, 11:15 AM