Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 557 Bytes

Overview

Bot Builder for Node.js examples using TypeScript are organized into groups and designed to illustrate the techniques needed to build great bots. To use the samples clone our GitHub repository using Git.

Build and Run from Source

  1. Install a recent version of NodeJS
  2. Checkout the code and install dependencies
git clone https://github.com/alertbox/bot-basics-waterfall-ts
cd bot-basics-waterfall-ts
  1. Compile and run example
npm install
tsc
npm start
  1. Install the Bot Emulator
  2. Play with the bot example