/vanillaNodeJSMW

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Refer this Anatomy of HTTP Req/Res transaction, this project realizes the same

How to run this project

  1. Install dependencies
npm install

or

yarn
  1. Run application from terminal
npm start
  1. Run test cases from terminal
npm run test
  1. Run lint checks from terminal
npm run lint