https://github.com/projectevergreen/todo-app
Implementation of a Todo App demonstrating Project Evergreen recommendations with Greenwood.
https://github.com/projectevergreen/todo-app
css custom-elements jaavscript todomvc
Last synced: 7 days ago
JSON representation
Implementation of a Todo App demonstrating Project Evergreen recommendations with Greenwood.
- Host: GitHub
- URL: https://github.com/projectevergreen/todo-app
- Owner: ProjectEvergreen
- License: apache-2.0
- Created: 2018-05-21T16:27:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-02T20:40:46.000Z (over 3 years ago)
- Last Synced: 2024-05-27T17:17:33.376Z (over 1 year ago)
- Topics: css, custom-elements, jaavscript, todomvc
- Language: JavaScript
- Homepage: https://coruscating-babka-e34d0d.netlify.app
- Size: 534 KB
- Stars: 3
- Watchers: 6
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# todo-app
[](https://github.com/ProjectEvergreen/todo-app/tags)

[](https://github.com/ProjectEvergreen/todo-app/issues)
[](https://github.com/ProjectEvergreen/todo-app/issues)
[](https://raw.githubusercontent.com/ProjectEvergreen/todo-app/master/LICENSE.md)
## Overview
An example repo reproducing the ever so classic "Todo" app. Loosely follows the [app specification](https://github.com/tastejs/todomvc/blob/master/app-spec.md) as defined by the [Todo MVC project](http://todomvc.com/).

## Development
Tasks to get you going working on this project:
- `npm run build` - build the app for production
- `npm run develop` - develop locally with live reload
- `npm run serve` - build the app and serve it locally (good for quick demos / debugging)
### Misc
- Visual Studio Code has [an extension to support lit-html](https://marketplace.visualstudio.com/items?itemName=bierner.lit-html)