Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.06 KB

readme.md

File metadata and controls

39 lines (24 loc) · 1.06 KB

Tally is a simple, unobtrusive, design‐led JavaScript template engine for Node.js and browsers.

Getting started

Check out the Hello Badge series of introductory articles.

Installation

Install Tally:

npm install tally

Change to the Tally folder:

cd node_modules/tally/

Start the server:

npm start

Go to http://localhost:3000 and play with the examples.

Credits

Tally extends the excellent Distal template engine which is an implementation of the Template Attribute Language (TAL) concept from Zope.

Build Status