# loan calculator Build front end side with ``` pushd client && npm install && npm run build && popd ``` Example build commands ``` go build main.go GOOS=linux GOARCH=arm GOARM=7 go build main.go ```