Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 432 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 432 Bytes

TypeScript Project

This repository contains a basic TypeScript project that has support for Jest for Unit Testing. Run yarn install to install all required dependencies.

Building Project

To build the project run yarn run build.

Running Built Project

To run the build project run yarn run start

Testing Project

To test the project run yarn run test or use the configured Jest runner within PHPStorm.