- ts-auto-mock: Typescript mocking library
- NJS: Nginx Javascript module
- tsc: typescript compiler
- ts-jest: Testing Typescript with jest
Installation
yarn installRun unit test
yarn testCreate production build
yarn buildBuild docker image:
docker build -t abdm-callback-proxy .Run docker container:
docker run -d -p 8080:80 --name abdm-callback-proxy abdm-callback-proxyAfter code changes run below command to build and recreate the container
yarn refreshyou should be able to see the application running on http://localhost:8080.
