Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.12 KB

File metadata and controls

40 lines (22 loc) · 1.12 KB

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.

Web Components with lit-html and redux

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

Installation

frontend

To launch the application web application:

  1. Install browsersync
  2. cd events
  3. Perform: browser-sync src -f src -b "google chrome" --no-notify

(optional) backend

  1. Install quarkus
  2. cd validator
  3. Perform: ./mvnw compile quarkus:dev

walk through

A walk through the application code:

events app walk through