Skip to content

HubSpot/private-app-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

private-app-starter

This is a sample app for demonstrating the HubSpot API client libraries.

How to run locally

  1. Copy the .env.template file into a file named .env in the folder of the language you want to use. For example:
cp node/.env.template node/.env
  1. Paste your Private App Access Token as the value for ACCESS_TOKEN in .env

  2. Follow the language instructions on how to run. For example, if you want to run the Node server:

cd node # there's a README in this folder with instructions
npm install
npm start

Supported languages