DependenciesManager
Install the module VisJS
npm install vis
Install the module Axios
npm install axios
Install the module Firebase
npm install firebase
Install the module simple-autoreload-server
npm install -g simple-autoreload-server
Run the follows command inside of project folder
autoreload-server -w "/.{html,css,js}" -t ./ -p 8080 -b
Select the file 'index.html' on page start up
To configure ESLint on project install eslint module
npm install -g eslint
Than, configure a package.json
npm init
Ends initializing ESLint and configure its
eslint --init
Run Node server
node server.js