Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.41 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.41 KB

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