Typescript with Jasmine: easy project setup
In this article, we will go straight to the point for creating a typescript project from scratch, with Jasmine as a unit test framework, and webpack as a source bundler. The tutorial will be explained step by step with relevant commands.
Initially, my need was to have an easy typescript project setup so I can quickly implement any idea or train with a TDD (Test Driven Development) approach. But I couldn’t find a single and easy tutorial out there. Many of them were useless, confusing or time consuming. Confusing because lots of unnecessary dependencies…