/webpack-typescript-karma-starter

Starter project for a webpack bundlin', typescript typin', karma test runnin' good time.

Primary LanguageJavaScript

#webpack-karma-typescript-starter ##Starter project for a webpack bundlin', typescript typin', karma test runnin' good time.

Clone the project

git clone https://github.com/alexmunda/webpack-typescript-karma-starter.git

If you don't have typings installed.

npm install typings --global

Install typings

typings install

Install packages

npm install

Run the tests

npm run test

Create the webpack bundle

npm run start