A space to help me study and improve my skills in TypeScript/JavaScript and Jest and just practice writing clear, concise code. ☕ 👩🏻💻
Clone the file and in your terminal run npm install
- First build:
npm run build
- To run a specific file run:
node dist/exampleFile.js
- To run tests type
npm test