Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 466 Bytes

README.md

File metadata and controls

39 lines (35 loc) · 466 Bytes

Software testing

Checklist
Github pages

Build

Run at app/client

npm install

to install client dependencies

Run at app/client

npm build

Or at app/api

./gradlew buildClient

to build client app.

Run at app/api

./gradlew build -x tests

to build server

Run

At app/api

./gradlew bootRun

Deploy

At app/api

./gradlew awsDeploy