This is a boilerplate for 101 Ways Typescript coding test.
This repository runs using pnpm as most modern package dependency has shifted away from npm or yarn. To install pnpm simply run:
npm install --global pnpm
You will be expected to create your solution in the src/index.ts directory. To run this file simply:
pnpm i
You can run tests for your src/index.ts file, which is located in the src/index.spec.ts directory. To run this file simply:
pnpm run test