This example has been put together to demonstrate how to use cheesecake and jTal in association with the Tal framework. At the moment its a very simple implementation of jTAL but additional examples will be included in future.
To get started once you have cloned the repo..
cd cheesecake-jtal-example
npm install
bower install
grunt copy:setup
node index.js
You should then be able to open the project in a browser at http://127.0.0.1:1337/
For a direct comparison of to TAL compare the following two files
TAL version - static/script/appui/components/simple.js
jTAL version - static/script/appui/components/simple.js