This repository hosts the "events" application which was developed during the the WebComponents with lit-html and redux workshop.
New to Web Standards? Checkout: http://webstandards.training
New to Web Components? Checkout: http://webcomponents.training
Never built an app? Checkout: http://effectiveweb.training
Checkout all online workshops: http://airhacks.io
To launch the application web application:
- Install browsersync
cd events
- Perform:
browser-sync src -f src -b "google chrome" --no-notify
- Install quarkus
cd validator
- Perform:
./mvnw compile quarkus:dev
A walk through the application code: