Skip to content
This repository was archived by the owner on Mar 14, 2018. It is now read-only.

pgdesjardins/ng2training

Repository files navigation

RIACC/ng2training

This project is Angular2/Webpack starter kit based on the angular2 developer guide [https://angular.io/docs/ts/latest/guide/webpack.html], with the addition of TSLint, Sass support and karma-coverage reporting

Installation

$ npm install

$ npm start

NPM Scripts

  • $ npm start -> alias to server
  • $ npm run server -> lunch the development build and server
  • $ npm run build -> lunch the production build and output in the /build directory
  • $ npm run test -> run unit test and code coverage once
  • $ npm run test:watch -> same as 'test' but continuous

Todo

  • [] Fix code coverage to report against source or sourcemap
  • [] Fix Wallabyjs configuration

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published