Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (21 loc) · 586 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 586 Bytes

pre-install

  1. install OpenJDK8
    • set JAVA_HOME environment variable
  2. (optional) install latest gradle
    • otherwise just use $ ./gradlew
  3. (optional) install python 2.7.x
    • set PYTHON environment variable
    • $ gradle npminstall may complain otherwise

First

  • Robimy clona repo

build & run

  • $ gradle build
  • Run as SpringBoot App
  • using browser, navigate tolocalhost:8080

FrontEnd watcher

  • $ gradle gulp_watch

Refresh FrontEnd, witchout SpringBoot restart

  • $ gradle gulp_build

Koniec ;)

license

MIT