/royalbash

most epic virtual card game

Primary LanguageKotlin

Royal Bash

CircleCI CircleCI

Prerequisites

  • Java JDK 8 has to be installed on the machine
  • NPM has to be installed on the machine
  • Kotlin is installed in your backend IDE
  • Suggested IDE is IntelliJ for backend and VS Code for frontend

Getting started

  • Run ./gradlew clean build to compile backend and npm-install frontend
  • If not on Windows, run ./gradlew webapp:npmStart
  • Otherwise:
    • In webapp run npm start to compile and pack the frontend (keeps running)
    • In root directory run ./gradlew backend:bootRun

Endpoints