Skip to content

This is a simple tutorial covering various functionalities offered by handlebars templating engine in Node.JS.

Notifications You must be signed in to change notification settings

mohdrashid/handlebar-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple tutorial covering various functionalities offered by handlebars templating engine in Node.JS.

Run the server

node bin/www

Available Routes

http://serverAddress:3000/ : Index Page
http://serverAddress:3000/count : Increments count based on visits
http://serverAddress:3000/loop : A simple loop example using handlebars
http://serverAddress:3000/condition : Handlebars condition examples
http://serverAddress:3000/js : Handlebars assign value to JavaScript Variable


Routes are in routes/index.js
Associated views can be found in views folder

License

ISC

About

This is a simple tutorial covering various functionalities offered by handlebars templating engine in Node.JS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published