/todo-app

Implementation of a Todo App demonstrating Project Evergreen recommendations using WCC + JSX.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

todo-app

GitHub release CircleCI branch GitHub issues GitHub issues GitHub license

Overview

An example repo reproducing the ever so classic "Todo" app. Loosely follows the app specification as defined by the Todo MVC project. Uses the experimental JSX feature of WCC.

Todo App

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