npm install
npm start
- Open http://localhost:8000/lit-html/ in your browser
Tasks to complete are in lit-html/README.md
Solutions are available at lit-html/solutions
npm install
npm start
- Open http://localhost:8000/docs/codelabs/ in your browser to view the Codelabs
- Starter Code: lit-basics/index.html
- Browser URL: http://localhost:8000/lit-basics/
- Solutions: lit-basics/solutions/ folder
- Starter Code: lit-intermediate/index.html
- Browser URL: http://localhost:8000/lit-intermediate/
- Solutions: lit-intermediate/solutions/ folder
- favicon.ico uses the Web Components icon from webcomponents.org
- The lit-html exercises are based on the work of https://github.com/LarsDenBakker/lit-html-workshop
- The LitElement exercises are a copy of the excellent Codelab created by the Open Web Components team at https://open-wc.org/guides/developing-components/codelabs/ with a few slight modifications for an in-person workshop. You should only use this instance if you are in our workshop. Otherwise, please use the original source.