Awesome
private-app-starter
This is a sample app for demonstrating the HubSpot API client libraries.
How to run locally
- 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
-
Paste your Private App Access Token as the value for ACCESS_TOKEN in .env
-
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