Skip to content

bn/webcomponents-with-redux.training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Home of webcomponents-with-redux.training examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.8%
  • Other 1.2%