HubSpot-nodejs private app starter
July 15, 2021 ยท View on GitHub
An Express server implementation
Requirements
- Node v10+
- Configured .env file
Running
- Install dependencies
npm install
- Run the application
npm start
You should now be able to navigate to http://localhost:3000 and use the application.