Skip to content

A template to develop a chatbot project with newBot Framework

Notifications You must be signed in to change notification settings

newbotjs/template

Repository files navigation

NewBot Project

This is a project template for NewBot apps.

To create a new project based on this template using degit:

npx degit newbotjs/template my-chatbot
cd my-chatbot

Note that you will need to have Node.js installed.

Get started

Install the dependencies...

cd my-chatbot
npm install
npm run dev

Navigate to localhost:3000. You should see your chatbot running. Edit a file in src, save it, and reload the page to see your changes.

About

A template to develop a chatbot project with newBot Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published