/Engati-Server-with-Vue-and-Express

Vue.js and Express boilerplate for Engati Chatbot Platform. Production level with e2e and mocha included.

Primary LanguageJavaScript

Engati Full Fledged Application

Vue.JS in Front end and Express.JS at Backend

Image of Website Image of Website

vue

A Complete Vue.JS + Express.JS setup to get you ready for building API and Server for Engati bot platform.

Installation and Build Setup

Inside client folder

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Server Setup

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production 
nodemon