Learning Blog

Creating a CRM Development Project on HubSpot

Written by Rachel | Feb 3, 2023 8:11:27 AM

Today I created a Project in my HubSpot portal. Having installed the CLI some time ago, it didn't take long for me to get my first project deployed.

I created a new folder for this. Following the steps here it was fairly easy to create a project.
  1. Running the npx hs project create command I was able to name the project, choose a folder to create it in, and start from a template. Thankfully now I have two cats, which gives me more options for naming my folders.
  2. [SUCCESS] Your new project has been created in /Users/rramchandra/new-project/Ziggy
  3. Since I started with a template, I just wanted to test the upload function: npx hs project upload
  4. A prompt appears: ? The project Ziggy does not exist in ziggy ([portal ID]). Would you like to create it?
  5. After indicating yes:
    [SUCCESS] New project Ziggy successfully created in ziggy ([portal ID]).
    ✓ Uploaded Ziggy project files to ziggy ([portal ID])
    View build #1 in HubSpot: [URL]
    ✓ Built Ziggy
      ✓ Example App built successfully
    --------------------------------------------------
    Build #1 succeeded. Automatically deploying to ziggy ([portal ID])
    View deploy of build #1 in HubSpot: [URL]
    ✓ Deployed Ziggy
      ✓ Example App deployed successfully

And that was it! The project appears in my portal, successfully deployed 😊