This repository contains a basic TypeScript project that has support for Jest for Unit Testing. Run yarn install
to install all required dependencies.
To build the project run yarn run build
.
To run the build project run yarn run start
To test the project run yarn run test
or use the configured Jest runner within PHPStorm.