Skip to content

Implementation of a Todo App demonstrating Project Evergreen recommendations with Greenwood.

License

Notifications You must be signed in to change notification settings

ProjectEvergreen/todo-app

Repository files navigation

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.

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