DEVELOPMENT: "npm run dev"
PRODUCTION: "npm run start"
It is required to load the Google Credentials JSON with auth keys on an environment variable
export GOOGLE_APPLICATION_CREDENTIALS=path/to/file.json
A sample of a chat-bot using Dialogflow, Node & React
JavaScript