An example repo reproducing the ever so classic "Todo" app. Loosely follows the app specification as defined by the Todo MVC project.
Tasks to get you going working on this project:
npm run build
- build the app for productionnpm run develop
- develop locally with live reloadnpm run serve
- build the app and serve it locally (good for quick demos / debugging)
- Visual Studio Code has an extension to support lit-html