You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
If you intend for this to be a long-term application you are building, and if you want it to also be a skeleton, might be worth pulling the skeleton out before you get too far with the app. A few things that I'd suggest that might result in the right mix between project structure + libraries + code without being too much:
Reduce the vendor libraries to just those necessary for a TODO list (maybe include local storage because its cool)
Add comments to mimosa-config to indicate why testem is turned off for build and watch and how to execute the tests
When you settle on the modules you want to use, use mimosa config to generate the documented file.
Write a few useful tests
Remove Contact and maybe just have toggle between TODO and info.
Flesh out TODO list. This'll result in probably the right amount of BB/Marionette code. Add removing and adding. Sort of like TodoMVC.