Install node and npm >= 6.9.2 LTS
From api folder ...
once or if new dependencies added / updated:
$ npm install
every time:
$ npm run build
From the api folder:
$ npm run quotesweb
How typings were created using @types
$ npm install @types/express --save
$ npm install @types/node --save
$ npm install @types/nedb --save
$ npm install @types/q --save
$ npm install @types/jsonwebtoken --save
$ npm install @types/cors --save
# test
$ npm install @types/mocha --save-dev
$ npm install @types/supertest --save-dev
$ npm install @types/superagent --save-dev