Skip to content

A pet project application that shows how to implement large angular projects following a modular design, good practices, TDD with unit and e2e tests, etc. Uses Angular 1.4, ES6, Bootstrap, Gulp 4, Sass/Compass.

paucls/angularjs-contacts-petproject

Repository files navigation

Introduction

A pet project application that shows how to implement large angular projects following a modular design, good practices, TDD with unit and e2e tests, etc. Uses Angular 1.4, ES6, Bootstrap, Gulp 4, Sass/Compass.

Setup

Make sure you have installed Node, Gulp 4 and Sass/Compass.

Install local dependencies

npm install
bower install

Usage

Build and start development server

gulp --debug

Running tests

Unit Tests

gulp karma

# watch for file changes and rerun
gulp karma -w

Protractor E2E Tests

gulp ui

About

A pet project application that shows how to implement large angular projects following a modular design, good practices, TDD with unit and e2e tests, etc. Uses Angular 1.4, ES6, Bootstrap, Gulp 4, Sass/Compass.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published