Your personal debt tracker backend.
- gradle v4 - for compiling Kotlin to Javascript
- npm v5 and above - to be the package manager and run scripts
- ktlint - for linting
- Install the packages required by
npm install - Run
npm run buildto compile - Run
npm startto start the webserver
- Run
npm run build:watchto compile whenever there are file changes - Run
npm startto start the webserver. It will restart itself when the file changes.