I want to create a SPA in visual studio 2013 with MVC 5 capable to work offline and syncronize the data when back online.
I saw there is a template in MVC 4 that work with knockout and upshot but I cannot find the same template in MVC 5.
What is the right way to achieve this?