Bot Framework v4 adaptive runtime package sample.
This is an example of a package that can be consumed by the new adaptive runtime.
-
Node.js version 10.14.1 or higher
# determine node version node --version
-
Clone the repository
git clone https://github.com/microsoft/botbuilder-samples.git
-
In a terminal, navigate to
bot-fw-custom-actions
cd samples/typescript_nodejs/00.empty-bot
-
Install modules
npm install
-
Build the package
npm run build
You can see how the runtime loads packages and where packages fit in to the runtime code.
- Bot Framework Documentation
- Bot Basics
- TypeScript
- TODO: Package documentation