[HTTP Client]
Simple HTTP Client lib.
Available commands
Start the app:
npm start
Start the app in watch (dev) mode:
npm run start:watch
Run tests and calculate coverage:
npm test
Run tests in watch (dev) mode. This allows continuous testing while developing:
npm run test:watch
Run linter (coding standard):
npm run lint
Fix linting errors:
npm run lint:fix