Creating a CRM Development Project on HubSpot
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.- 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. [SUCCESS] Your new project has been created in /Users/rramchandra/new-project/Ziggy
- Since I started with a template, I just wanted to test the upload function:
npx hs project upload
- A prompt appears:
? The project Ziggy does not exist in ziggy ([portal ID]). Would you like to create it?
- 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 😊