You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Chat UI App is simple chatbot application which is based on frameworks like NodeJs for backend, VueJs for frontend and IBM Watson technology for dialog construction.",
"main": "index.js",
"scripts": {
"client": "cd client && npm start",
"server": "cd server && tsc -p tsconfig.json && npm start",
"start": "concurrently \"npm run server\" \"npm run client\""