A backend as service application, writting in Nodejs using Typescript + Expressjs + Websocket + MongoDB
Node.js
First install Node.js, recomended to download any stable version above 8.11.1
npm install
To serve the application and watch for changes use.
npm run serve
an then:
npm run start
To buil the application:
npm run build