Here’s another Replicant example. This time a TodoMVC passing all the tests in their test suite.
The app is complete, but the tests are work in progress. I intend to cover as much of the browser based TodoMVC test suite as I can. I had such a bad time getting the browser tests suite working (not even succeeding fully) that it is a bit of a revenge to show that it can be done to run in node-js, without any browser. And in 1/1000 of the time.
I hope I have managed to get the README to be informative and helpful. Please give me feedback on both the example and the README.
See also: Building a web app with Replicant - an example/template