Skip to content

Latest commit

 

History

History
executable file
·
25 lines (14 loc) · 590 Bytes

README.md

File metadata and controls

executable file
·
25 lines (14 loc) · 590 Bytes

Bot Scaffold

Getting up & running

Clone this repo

git clone https://github.com/billba/bot-quickstart-js.git

In your repo, create a text file called .env with the following contents:

PORT = 3978
LUIS_APP_MODEL = url_for_the_built-in_cortana_model_without_the_trailing_&q=

Once you have registered your bot with the Bot Framework, add your bot's credentials:

MICROSOFT_APP_ID = app_id_you_got_when_you_registered_your_bot
MICROSOFT_APP_PASSWORD = app_password_you_got_when_you_registered_your_bot

Install Node modules

npm install

Run

npm run watch