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

hastega/angular2-starter-webpack

Repository files navigation

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

About

Angular 2 starter kit with Webpack 2, Karma, Sass, Protractor, Istabul and Tslint

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published