Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 641 Bytes

readme.md

File metadata and controls

27 lines (16 loc) · 641 Bytes

Build Status

  1. Install nodejs

  2. Open console from the project root

  3. run the command cd src/main/resources/public

  4. run the command npm install

  5. run the command npm run grunt

  6. create file config-proxy.js in public folder

module.exports = {
    path: ''  //     http://you_server:port/
};
  1. open new console from the project root

  2. run the command cd src/main/resources/public

  3. run the command npm run server

  4. open https://localhost:8080/ in browser