https://github.com/codingchili/custom-elements-workshop
Starter kit for the custom elements workshop.
https://github.com/codingchili/custom-elements-workshop
Last synced: 10 months ago
JSON representation
Starter kit for the custom elements workshop.
- Host: GitHub
- URL: https://github.com/codingchili/custom-elements-workshop
- Owner: codingchili
- License: mit
- Created: 2020-10-05T11:52:12.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-05T13:25:09.000Z (over 5 years ago)
- Last Synced: 2025-04-06T10:19:31.640Z (12 months ago)
- Language: JavaScript
- Size: 198 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Workshop instructions
1. Run a HTTP server locally.
1. Intellij ‘File | Settings | Build, Execution, Deployment | Debugger’
2. python -m http.server
3. npm install http-server -g
4. In iipax: deploy/caseapp.war/workspace/*
2. Open the website
1. Press CTRL+SHIFT+I in chrome for developer tools.
3. Start with the skeleton from here
1. Make a network API request (`/api/search.json`) using Fetch on button click.
2. Display the results in a “card-like” grid.
3. Make it possible to close the information dialog.
4. Create a new component, workspace or style the existing one.