Skip to content

julie-ng/angular-starter

Repository files navigation

Angular Starter Template

Build Status

Author: Julie Ng

This Angular starter template includes many integrations I frequently use. I am saving them all here to save myself the trouble of looking for how to do X in Angular every few months.

Integrations

Travis CI

The internet makes configuring Travis CI sound really hard. It probably was a year ago. But now it is no longer necessary to install everything in your build environment yourself. Integrating is as easy as:

  • configure Karma and Protractor in Angular to use Chrome
  • use the Travis provided Chrome addon
  • use the Travis provided xvfb wrapper around Chrome for E2E

No apt-gets or sudos required in my .travis.yml file.

Full details in Pull Request →

Generated by Angular CLI

This project was generated with Angular CLI version 1.7.1.

ng new angular-starter --style css --routing true

About

An angular starter template with integrations for Accessibility testing, angular-redux, Jenkins CI and Travis CI.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published