This repository contains two folders containing the minimum set of packages required to run code and unit tests in TypeScript or JavaScript.
cd js
npm install
npm run test
to run the unit testsnpm start
to execute the code
cd ts
npm install
npm run test
to run the unit testsnpm start
to execute the code