Setup HubL Local Server

Download and install the latest version of the HubL Local Server from https://designers.hubspot.com/docs/tools/local-hubl-server

We use the same local server installation for all projects and for this to work we need to change templateBaseDir in conf/config.yaml to:

templateBaseDir: work/hubthemes

When setting up a new project / cloning a repo, the project root folder should be your-hubl-server-folder/work/hubthemes/project-name

To start the HubL Local Server you can use gulp or gulp dev on older projects.

Last updated