-
Install nodejs
-
Open console from the project root
-
run the command
cd src/main/resources/public
-
run the command
npm install
-
run the command
npm run grunt
-
create file
config-proxy.js
inpublic
folder
module.exports = {
path: '' // http://you_server:port/
};
-
open new console from the project root
-
run the command
cd src/main/resources/public
-
run the command
npm run server
-
open
https://localhost:8080/
in browser