A workshop on custom elements (web components)
https://weaving-web-components.workshop.nilsnh.no/
- HTML 58.4%
- JavaScript 38.9%
- CSS 2.7%
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| readme.md | ||
Weaving Web Components in a Bundler-Free World
A workshop on how to use web components without a bundler.
The workshop can be viewed online here.
Getting started
- Download this repository.
- Install Node.js.
- Run
npm installto install dependencies. - Run
npm startto start the livereload server.
For deployment
Just copy the src/ folder to any static-file capable hosting provider.
Sidenote: The deploy script in package.json is used to deploy workshop updates to my personal server.
License
Except where otherwise noted, this repository is copyright Nils Norman Haukås 2022, and licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.