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
Migration to redux toolkit: https://vimeo.com/ondemand/redux
Checkout all online workshops: https://airhacks.io
To launch the 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:
A quickstarter template was extracted from this application and is available from: https://github.com/adamBien/bce.design