Steps for test implementation from git:
- Clone the repository.
- Install dependencies, compile typescript and generate components with
npm i
. - Run the test implementation using
node dist/final.js
.
Steps for test implementation from npm:
- Install the package using
npm i httpgetstore
. - Change directory using
cd node_modules/httpgetstore
- Run the test implementation using
node dist/final.js
.