Getting started

Enter the command as follows.

  1. mvn install
  2. npm install
  3. java -jar dist/webpack-springboot-starter-1.0.0.jar (or Running in development tools)
  4. 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

Official manual

Korean