(based on Microsoft/TypeScript-Node-Starter and MEAN.js):
DITTO.ts is a backend Typecript open-source solution, which provides a solid starting point for MongoDB, Node.js, Express, GraphQL and Typescript based applications. The idea is to solve the common issues with connecting those frameworks, build a robust framework to support daily development needs, and help developers use better practices while working with popular JavaScript and Typescript components.
For now, you can check the meanjs documentation, we are working in a good one.
Run your application using npm:
yarn start
You can run the full test suite included with BACKEND.JS with the test task:
yarn jest
You can also run the line below to run the tests and get the coverage of your code
yarn jest --coverage