#Upward
For frontend dev only:
- Install chrome plugins for easy dev:
- Allow-Control-Allow-Origin: * (this will allow your static front end to issue remote requests to deployed backend)
- LivePage (this will auto-refresh chrome when your webapp content changes)
- Install NodeJs (for build process)
- cd into src/main/webapp
- run npm install
- run npm start
- happy hacking