Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.96 KB

README.md

File metadata and controls

59 lines (41 loc) · 1.96 KB

yavin-logo

Customized Yavin App Demo

Rapidly build production quality analytics applications

Docs - Demo - Community

Customized Yavin App Demo

This is an demo Yavin app to showcase how Yavin can be customize.

Getting Started

  • Install Java 8 or greater (more info here)
  • git clone https://github.com/yavin-dev/customized-app-demo.git
  • cd customized-app-demo

Start Yavin App

Build & Test Deployable Jar

  • Build & Test:./gradlew build
  • Build Only:./gradlew build -x test
  • Build For Prod:./gradlew build -Penvironment=production
  • Run Jar: java -jar ws/build/libs/yavin-ws.jar

Run Tests

  • Test All: ./gradlew test
  • Test UI: ./gradlew ui:test
  • Test WS: ./gradlew ws:test

Clean Build

  • Clean All: ./gradlew clean
  • Clean UI: ./gradlew ui:clean
  • Clean WS: ./gradlew ws:clean

Customize

Resources

Yavin framework resources

More documentation can be found on yavin.dev

License

This project is licensed under the MIT License.