bp91testmodule
v1.0.0
Published
Base structure for projects
Downloads
2
Readme
NodeJS / Express
Overview
This repository contains the layer of the chatbot framework for ML Reply
Requirements
You should have following sowftare installed on your machine:
- node
- npm
Local
# install dependencies
- npm install
# check and update dependencies
- npm i -g npm-check-updates
- ncu -u
- npm update
- npm install
# serve with hot reload at localhost:8081
- npm start
# serve in development mode with nodemon with hot reload at localhost:8081
- npm run dev