Skip to content

nazrul7711/handlebars-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is simply a working example of how to integrate the Handlebars templating solution into a typical webpack workflow.

You Need webpack First!

Make sure you have webpack installed globally on your machine.

npm install webpack -g

For additional help see the official webpack site.

After cloning this repo and CD'ing into the project folder be sure to run npm install

Then, whenever you want to bundle everything up simply run webpack

Celebrate.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • CSS 1.5%
  • HTML 0.8%