I am in the process of building a database website. I am currently constructing the various webpages. For my search results, I would like to use a client side templating engine. I have not used one before and have a quick question:
I see that many of the templating engines (I have researched Handlebars.js and dust.js the most) need to be installed on the command line (as opposed to simply included as a library like jQuery). While I am currently developing on a mac using MAMP and can install them locally, does this mean I would also need to install it on the public server the webapp will sit on when live?
I have wondered whether the installation is necessary for the compiler and you then simply upload pre-compiled templates that require no extra code/installation.
If anyone could clarify, that would be very helpful.