How to use HubSpot Developer Projects and Local Dev Like a Boss

Опубликовано: 11 Октябрь 2024
на канале: HubSpot Developers
2,219
42

Join Brandon Rogers, Technical Lead for developer projects at HubSpot, in this detailed tutorial showcasing how to conduct local development and create developer projects on HubSpot. He shows how to install the HubSpot CLI, link your accounts, create a project from a template, and make use of local development features such as hot reloading. Brandon also demonstrates how to maintain product and sandbox environment separation to ensure safe testing and deployment. This guide is ideal for those wanting to build custom UI extensions or use the JS rendering for the CMS in HubSpot.
Developer Docs
For Projects: https://developers.hubspot.com/docs/p...
For JS Rendering: https://github.hubspot.com/cms-js-bui...

00:00 Introduction to Local Development on HubSpot
00:25 Setting Up Your HubSpot Account for Local Development
00:52 Connecting CLI to Your HubSpot Account
02:25 Creating Your Project Using CLI
03:37 Installing Dependencies and Starting Local Development
04:05 Uploading and Deploying Your Project
05:21 Adding the Card to Your CRM View
06:08 Making Changes to Your React Component
06:42 Modifying Your Serverless Function
07:53 Testing Your Changes and Wrapping Up