- Run a HTTP server locally.
- Intellij ‘File | Settings | Build, Execution, Deployment | Debugger’
- python -m http.server
- npm install http-server -g
- In iipax: deploy/caseapp.war/workspace/*
- Open the website
- Press CTRL+SHIFT+I in chrome for developer tools.
- Start with the skeleton from here
- Make a network API request (
/api/search.json) using Fetch on button click. - Display the results in a “card-like” grid.
- Make it possible to close the information dialog.
- Create a new component, workspace or style the existing one.
- Make a network API request (