Skip to content

Latest commit

 

History

History
executable file
·
62 lines (42 loc) · 771 Bytes

README.md

File metadata and controls

executable file
·
62 lines (42 loc) · 771 Bytes

team13

  • Chayanon Piakhuntod B5814664
  • Sarawut Duangdee B5802111
  • Chalermchai Luangsakunthai B5814985
  • Juthathip Manomai B5809844
  • Sasitorn Tepkhuntod B5800841
  • Thanawan Thong-ngok B5813643

Ambulance App

Build backend

./gradlew build

Run backend

./gradlew bootrun

Test backend

./gradlew test

client setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.