Skip to content

Remotish-Agency/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

About

Boilerplates apps using HubSpot API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 38.5%
  • JavaScript 33.8%
  • CSS 12.8%
  • Ruby 7.7%
  • Python 6.8%
  • Hack 0.4%