Enter the command as follows.
- mvn install
- npm install
- java -jar dist/webpack-springboot-starter-1.0.0.jar (or Running in development tools)
- npm start
If you modify the js or scss file in the 'src/main/resources/static/*' directory, it will be automatically bundled.
Development URL : http://localhost:8081/hello
Production URL : http://localhost:8080/hello