Skip to content

hgo/elide-petbox-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • mvn clean install package for elide standalone
  • npm install in src/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

Running

  • java -jar target/petbox-jar-with-dependencies.jar
  • ./n.sh b from start nginx
  • ./n.sh e from stop nginx

Further Info

For simplicity & to depend on json-api, client side libs

  • @holidayextras/jsonapi-client

  • angular-schema-form

are included.