Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 386 Bytes

readme.md

File metadata and controls

12 lines (10 loc) · 386 Bytes

#Upward

For frontend dev only:

  1. Install chrome plugins for easy dev:
  2. Allow-Control-Allow-Origin: * (this will allow your static front end to issue remote requests to deployed backend)
  3. LivePage (this will auto-refresh chrome when your webapp content changes)
  4. Install NodeJs (for build process)
  5. cd into src/main/webapp
  6. run npm install
  7. run npm start
  8. happy hacking