Skip to content
Biboswan Roy edited this page Apr 29, 2018 · 4 revisions

Welcome to the udabot wiki!

Running Frontend Locally

Steps:

  1. cd Frontend/BotFramework-WebChat
  2. npm install
  3. npm run build (also build npm run watch on every change you make to any file in this folder)
  4. cd ..
  5. cd udabot
  6. npm install
  7. npm start
Clone this wiki locally