A simple ephemeral metrics logging & aggregation server.
Install all package dependencies (one time operation)
npm install
Runs the application is development mode. Should not be used in production
npm run dev
or debug it
npm run dev:debug
Compiles the application and starts it in production production mode.
npm run build
npm start
Run the Mocha unit tests
npm test
or debug them
npm run test:debug
npm run dev:debug
npm run test:debug