Skip to content

Starter seed application for Angular 2 components using TypeScript.

License

Notifications You must be signed in to change notification settings

raketasoft/angular2-component-seed

Repository files navigation

Angular 2 Component Seed

Starter seed application for Angular 2 components using TypeScript.

Features

Installation

Clone repository and then run:

  • npm install to install local dependencies

Node Scripts

  • npm start - run the compiler and a server at the same time, both in "watch mode"
  • npm run tsc - run TypeScript compiler once
  • npm run tsc:w - run TypeScript compiler in watch mode
  • npm run lite - run lite-server
  • npm run clean - cleanup js and source map files
  • npm run lint - run tslint over ./src and ./demo folders
  • npm run test - compile, run and watch karma unit tests
  • npm run test-once - compile, run and watch karma unit tests only once
  • npm run e2e - run protractor e2e tests

License

MIT

About

Starter seed application for Angular 2 components using TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published