Skip to content

renebrandel/botbuilder-es6-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BotBuilder ES6 Template

This template is already preconfigured to allow you to write a Microsoft/BotBuilder bot with ES6 and hot reloading.

Features

  • 🎉 Code you bot in ES6!!
  • 🔁 Autorestarts server when file changes
  • 📦 Minimal configuration (only 2 strings need to be added)

How to

  1. Enter your appId and appPassword that you get from the Bot Framework
  2. Open Terminal and run npm run dev

That's it! You can start building your bot in src/app.js

If you want to use this production make sure to run npm start instead npm run dev to prevent accidental restarts.

About

An ES6 template to get you started with the Microsoft BotBuilder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published