starterkit/_keenthemes/tools.
cd Starterkit/_keenthemes/tools Install dependencies with either one, yarn or npm.
Yarn command:yarn install npm install starterkit/_keenthemes/tools/package.json and place them into _keenthemes/tools/node_modules folder. Starterkit/wwwroot/assets folder:
gulp npm run build package.json file. This step is very important for Webpack in Metronic template. The default package.json works for Gulp. To make it work for Webpack, you have to modify tools/package.json and remove "type": "module".
Otherwise, it will cause compilation error when running the build command.
starterkit folder and run command
mvn spring-boot:run. Keep your terminal window runing, by default Tomcat is served on port 8080.
mvn spring-boot:run