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-chatbotNote that you will need to have Node.js installed.
Install the dependencies...
cd my-chatbot
npm install
npm run devNavigate to localhost:3000. You should see your chatbot running. Edit a file in src, save it, and reload the page to see your changes.