https://github.com/nazmulidris/ts-template
TypeScript, Webpack, Jasmine, Karma template project
https://github.com/nazmulidris/ts-template
Last synced: 7 months ago
JSON representation
TypeScript, Webpack, Jasmine, Karma template project
- Host: GitHub
- URL: https://github.com/nazmulidris/ts-template
- Owner: nazmulidris
- License: apache-2.0
- Created: 2019-06-23T02:33:51.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T06:38:10.000Z (over 2 years ago)
- Last Synced: 2025-03-18T07:12:13.513Z (7 months ago)
- Language: JavaScript
- Homepage: http://developerlife.com/2019/07/06/starter-project-typescript-karma-jasmine-webpack/
- Size: 2.24 MB
- Stars: 18
- Watchers: 1
- Forks: 17
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
- [Overview](#overview)
- [References](#references)
- [TypeScript](#typescript)
- [Webpack 4](#webpack-4)
- [Karma, Jasmine](#karma-jasmine)
- [All together](#all-together)# Overview
The tutorial explaining how to use this repo and it's directory structure and
configuration files are in this
[developerlife.com tutorial](http://developerlife.com/2019/07/06/starter-project-typescript-karma-jasmine-webpack/).
# References
## TypeScript
TypeScript intro
- https://www.youtube.com/watch?v=XShQO3BvOyM
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 4
- https://wanago.io/2018/07/16/webpack-4-course-part-one-entry-output-and-es6-modules/
Webpack configuration
- https://webpack.js.org/configuration/devtool/
- https://medium.com/@rajaraodv/webpack-the-confusing-parts-58712f8fcad9Webpack dev server configuration
- https://github.com/webpack/webpack-dev-server/issues/720#issuecomment-268470989
- https://webpack.js.org/guides/development/#using-webpack-dev-server## Karma, Jasmine
Karma, Jasmine
- http://www.bradoncode.com/blog/2015/02/27/karma-tutorial/
- https://stackoverflow.com/a/17327465/2085356## All together
Karma, Jasmine, and Webpack setup
- https://mike-ward.net/2015/09/07/tips-on-setting-up-karma-testing-with-webpack/
TypeScript migrate from typings to npm @types
- http://codereform.com/blog/post/migrating-from-typings-to-npm-types/
TypeScript, Webpack, Jasmine, and Karma
- https://templecoding.com/blog/2016/02/02/how-to-setup-testing-using-typescript-mocha-chai-sinon-karma-and-webpack
- https://github.com/thitemple/TypescriptMochaWebpackDemo