Skip to content

Scaffold Angular 4, Typescript, Babel 6, Karma, Mocha, Chai using Webpack2 application

Notifications You must be signed in to change notification settings

amarth1982/ng4-ts-b6-kchai-wpack2

Repository files navigation

Scaffold Angular 4 application

Inspired by @kentcdodds Intro to Production Webpack Course and My experience with Angular, Created an angular 4 scaffold application for easier use.

Language(s)

  1. Javascript - for test files and config files
  2. Typescript - for source files

Compiler/Transpiler

  1. Babel

Testing

  1. Karma
  2. Mocha
  3. Chai

Code Coverage

  1. Coverage
  2. Istanbul

Build

  1. Webpack 2

Clone the repository and run npm i

To Run the application

npm run dev

To run test

  1. npm t
  2. npm run watch:test