Skip to content
This repository has been archived by the owner on Sep 23, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 196 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 196 Bytes

airplane

frontend

  1. cd frontend
  2. ng build
  3. copy contents of dist/airplane to web root

backend

  1. cd backend
  2. gradle build
  3. java -jar airplane-1.0.0-SNAPSHOT.jar