npx degit newbotjs/template my-chatbot cd my-chatbot npm install npm run dev
Go to the browser on http://localhost:3000 (or another port if you have change the port)
http://localhost:3000
Change Port with `PORT` environment variable: PORT=3500 npm run dev
To have the syntax color in the conversational script, add an extension in VS Code:
Look for the extension named ConverseScript in Visual Studio Code
ConverseScript
Click on Install
Install
Last updated 4 years ago