mvn clean install packagefor elide standalonenpm installinsrc/main/resources/staticfor static assets- Also you need an nginx server to proxy requests
- Nginx serves static files & behaves like proxy for
apirequests to prevent CORS issues
java -jar target/petbox-jar-with-dependencies.jar./n.sh bfrom start nginx./n.sh efrom stop nginx
For simplicity & to depend on json-api, client side libs
-
@holidayextras/jsonapi-client -
angular-schema-form
are included.