Skip to content

the-mes/dialogflow-bot-typescript-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dialogflow Bot TypeScript Starter

About

Template for Dialogflow Bot build with TypeScript

Setup

1. Clone repo

git clone https://github.com/the-mes/dialogflow-bot-typescript-starter.git

2. Go to project directory

cd dialogflow-bot-typescript-starter

3. Set environment variables

  • Copy env.example.json file to env.json
  • Set environment variables in env.json

4. Go to functions directory

cd functions

5. Install dependencies

npm i

# Or, use yarn
yarn

6. Run

npm start

# Or, use yarn
yarn start

Build with

License

This project is licensed under the MIT License © 2021-present Jakub Biesiada

Releases

No releases published

Packages

No packages published