https://github.com/s1n7ax/typescript-webpack-karma-boilerplate
typescript webpack karma boilerplate
https://github.com/s1n7ax/typescript-webpack-karma-boilerplate
boilerplate karma karma-jasmine typescript webpack webpack4
Last synced: 8 days ago
JSON representation
typescript webpack karma boilerplate
- Host: GitHub
- URL: https://github.com/s1n7ax/typescript-webpack-karma-boilerplate
- Owner: s1n7ax
- License: mit
- Created: 2019-06-20T12:09:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:34:00.000Z (over 2 years ago)
- Last Synced: 2025-09-22T22:02:56.055Z (14 days ago)
- Topics: boilerplate, karma, karma-jasmine, typescript, webpack, webpack4
- Language: JavaScript
- Size: 832 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# typescript-webpack-karma-boilerplate
This project includes really minimal number of dependencies just enough to get started with Typescript and Webpack. Webpack is included for bundling. Multi-browser unit testing with Karma (preconfigured only for chrome). This uses jamine as testing framework.## Clone the project
```
git clone https://github.com/s1n7ax/typescript-webpack-karma-boilerplate.git
```## Install dependencies
```
cd typescript-webpack-karma-boilerplate
yarn install
// or
npm install
```## Available Scripts
In the project directory, you can run:### `yarn build` or `npm build`
Build the application. Dist file is generated to `/dist/bundle.js`. That's what you want to link in your application.### `yarn test` or `npm test`
Run Karma to run test suites