Skip to content

A demo of Client-side templating; AJAX, and; APIs and their usage.

Notifications You must be signed in to change notification settings

jmsherry/ajax-templating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Client-side Templating, AJAX & APIs

The aim of this repo is to give you an idea of how the above topics work. If you git clone the repo you'll be able to fiddle with the code involved and try some for yourself. Open index.html to start with...

I try to give the full picture as much as I can and have various asides in blue which are additional information and not central to what we're doing but are still useful.

To do the pre-compilation of templates you could do npm i to get the Handlebars compiler and CLI. I reckon it's better for you to do npm i -g handlebars, however, so you can use handlebars anywhere in your projects, rather than just in this one.

About

A demo of Client-side templating; AJAX, and; APIs and their usage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published