1.0.3 • Published 8 years ago

generator-ng2-botframework-template v1.0.3

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

ng2-botframework-template

##Introduction

Sets up boilerplate Angular 2 application with connectivity to an existing Bot through a Direct Line Microsoft Bot Framework Channel.

npm.io

##Usage (one line)

npm install --global yo; npm install --global generator-ng2-botframework-template; yo ng2-botframework-template sampleapp; cd sampleapp; npm start;

To connect the app to your Bot, put your direct line key in app/botframework.service.ts.

##Or (step by step)

  1. Install yeoman npm install --global yo
  2. Install ng2-botframework-template npm install --global generator-ng2-botframework-template
  3. Run generator yo ng2-botframework-template <appname>.
  4. Start the app cd <appname>; npm start;