A simple ephemeral metrics logging & aggregation server.
Install all package dependencies (one time operation)
npm installRuns the application is development mode. Should not be used in production
npm run devor debug it
npm run dev:debugCompiles the application and starts it in production production mode.
npm run build
npm startRun the Mocha unit tests
npm testor debug them
npm run test:debugnpm run dev:debug
npm run test:debug