Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 663 Bytes

File metadata and controls

18 lines (15 loc) · 663 Bytes

Developed by Hastega

This is a starter kit for Angular 2 with Webpack 2 as module bundler.

The kit contains:

  • the basic Angular 2 libs
  • support to Typescript 2 and the relative loaders
  • support to SASS and relative loaders
  • karma for unit testing
  • protractor for user interface testing
  • istanbul for code coverage
  • tslint for code updates and deprecation check

Usage:

  • to install the packages use 'npm install'
  • to start the dev server use 'npm start' then open localhost:3000
  • to deploy the production application use 'npm run build', you'll find all files in dist folder
  • to start unit test use 'npm run test' after having configured karma testing