webcomponents-with-redux.training
webcomponents-with-redux.training copied to clipboard
Home of webcomponents-with-redux.training examples
Building web apps with Web Components, redux and lit-html
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
Installation
frontend
To launch the web application:
- Install browsersync
cd events- Perform:
browser-sync src -f src -b "google chrome" --no-notify
(optional) backend
- Install quarkus
cd validator- Perform:
./mvnw compile quarkus:dev
walk through
A walk through the application code:
quickstarter
A quickstarter template was extracted from this application and is available from: https://github.com/adamBien/bce.design
