Skip to content
This repository was archived by the owner on Dec 16, 2019. It is now read-only.
/ todos Public archive

DEPRECATED. Todos app (backbone example) rewritten in brunch

Notifications You must be signed in to change notification settings

brunch/todos

Repository files navigation

Todos

Deprecated! Use todomvc chaplin-brunch instead.

This is a rewrite of Todos (Backbone's example application). We rewrote it to provide a simple and complete brunch example. Special thanks to Jérôme Gravel-Niquet for his groundwork.

Development

Use brunch build or brunch watch to compile changes in src folder. Usually we don't track the js/css files in our repositories, but decided to keep them here because we hope it would be easier to start using it.