Skip to content

codrkai/node_express_handlebars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node_hbs_App

** Please note that this project uses the "hbs" library and not the "express-handlebars" library **

npm install express-generator
express --view=hbs folder_to_install_into_or_leave_empty_for_current_folder

This tutorial steps through on setting up Node with Express Handlebars using the hbs framework. You will learn how to post form data and retrieve that data, as well as to return the data back to the client side. If you're looking to learn how routes, views, helpers, and components work together, then this is a good tutorial to follow. Watch my full tutorial video on youtube.

Install node either by going to nodejs.org or homebrew

After downloading this project, remember to install the dependencies by typing:

npm install

To run the webserver:

npm start

About

tutorial on using Node with Express Handlebars (hbs)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published