The tutorial explaining how to use this repo and it's directory structure and configuration files are in this developerlife.com tutorial.
TypeScript intro
TypeScript and Webpack 4 intro
- https://www.youtube.com/watch?v=8TiZdePyduI
- https://github.com/GeekLaunch/webpack-tutorial
- https://github.com/TypeStrong/ts-loader
Webpack 4
Webpack configuration
- https://webpack.js.org/configuration/devtool/
- https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9
Webpack dev server configuration
- webpack/webpack-dev-server#720 (comment)
- https://webpack.js.org/guides/development/#using-webpack-dev-server
Karma, Jasmine
- http://www.bradoncode.com/blog/2015/02/27/karma-tutorial/
- https://stackoverflow.com/a/17327465/2085356
Karma, Jasmine, and Webpack setup
TypeScript migrate from typings to npm @types
TypeScript, Webpack, Jasmine, and Karma