Skip to content

A simple angular 4 skeleton project with unit testing, code coverage, and webpack integrated

Notifications You must be signed in to change notification settings

marcomattes/angular-skeleton-project

 
 

Repository files navigation

angular-skeleton-project

A simple angular skeleton project with unit testing, code coverage, and webpack integrated. I believe this is based on https://github.com/AngularClass/angular-starter when it was built for Angular 2.

usage

Build the project:

  • npm install

Test the project (and watch for changes):

  • npm test
  • npm run test:watch

Test with code coverage:

  • npm run coverage

Compile with Typescript compiler:

  • npm run tsc

Package the project:

  • npm run build

Run the project:

  • npm start

About

A simple angular 4 skeleton project with unit testing, code coverage, and webpack integrated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.6%
  • JavaScript 17.1%
  • HTML 7.3%
  • CSS 1.0%