JSloth Modular TDD express app using Typescript First steps Create config.json file (A sample_config.json is provided). Install dependencies: npm install Run the tests: npm test Run the server: npm start