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