build and run js:
./gradlew assemble && cd hmkit-fleet-consumer-js && yarn && tsx ./src/index.ts && cd -
continuous building - don't have to manually build on every change
./gradle assemble --continuous
in js folder: yarn && tsx ./src/index.ts
- js will be located in
build/dist/js/productionLibrary/
- java will be located in
build/libs/
./gradlew :consumer-jvm:run
currently not implemented