Sciator / hana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest SemVer) GitHub Workflow Status build GitHub Workflow Status test GitHub last commit GitHub commit activity Lines of code GitHub issues GitHub GitHub top language

Spring Kotlin Typescript

MS SQL react HTML5 sass

git github github actions webpack Maven semantic-release

Building and dev

All commited code should follow the contributing

prerequisites

distribution

  • yarn dist

dev

call yarn install (if not called already)

  • ALL
    • mvn install spring-boot:run (compile in parallel by adding the -T 1C to command)
  • Server only
    • mvn install -pl !ui spring-boot:run builds and deploys Spring server on localhost:8080
  • UI only
    • yarn dev:ui/yarn dev

maven-wrapper

If you do not have maven installed locally (and you do not want to install it), you can use project's maven-wrapper. At first, run the ./mvnw.cmd clean install or ./mvnw clean install (on Unix systems) command. On Unix systems, it might be necessary to allow execute permissions using chmod +x ./mvnw. Then simply replace the mvn commands with ./mvnw.cmd or ./mvnw.

About


Languages

Language:TypeScript 48.2%Language:Kotlin 42.7%Language:SCSS 8.8%Language:HTML 0.4%