wallabyjs / angular-1.5-es6-webpack-wallaby-karma

A small skeleton project with the configuration files for running Angular 1.5 applications written in ES6. Module bundler is webpack, and available test runners are Wallaby and Karma. Both runners are using PhantomJS2 to run the tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS 1.5 with ES6, Webpack, Wallaby and Karma

A small skeleton project with the configuration files for running Angular 1.5 applications written in ES6. Module bundler is webpack, and available test runners are Wallaby and Karma. Both runners are using PhantomJS2 to run the tests.

NPM commands:

npm run dev-server Starts the webpack dev server

npm test Starts the karma server & starts a test run

About

A small skeleton project with the configuration files for running Angular 1.5 applications written in ES6. Module bundler is webpack, and available test runners are Wallaby and Karma. Both runners are using PhantomJS2 to run the tests.


Languages

Language:JavaScript 94.7%Language:HTML 4.8%Language:CSS 0.5%