Tally
Tally is a simple, unobtrusive, design‐led JavaScript template engine for Node/Express and client.
Install / Use
/learn @aral/TallyREADME
<h1 style='text-align: center'><a href='/'><img id='tally-logo' src='https://aralbalkan.com/images/tally-logo.svg'></a></h1>
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.
<p style='text-align: center; vertical-align: middle;'><a href='https://travis-ci.org/aral/tally'><img src='https://travis-ci.org/aral/tally.png?branch=master' alt='Build Status'></a></p>