GitXplorerGitXplorer
a

baseline

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
949b84e0714d4dea5dd8683dc3cd632afb38cd1c

Fix(variable): Fixes incorrect variable name

aannapoulakos committed 9 years ago
Unverified
300f3873fa4d35ad913a4c13992473dbf0c2aa82

Chore(gulp): Updates gulp tasks to include sourcemaps

aannapoulakos committed 9 years ago
Unverified
db6cacbb38f8c7bda2c472b0a4e64b6a871908c6

chore: Updates invalid test suites

aannapoulakos committed 9 years ago
Unverified
c1653c897640961493ea2fbe9319dec8a4c432f3

chore: Removes old test code

aannapoulakos committed 9 years ago
Unverified
72b1d4924310355118fbf589c0a9d6887805d067

chore: Removes old EventBus tests

aannapoulakos committed 9 years ago
Unverified
5e3f0c78817145d1a0849dbf1daf78dc6116f2e8

chore: Updates .gitignore to bypass coverage folder

aannapoulakos committed 9 years ago

README

The README file for this repository.

Baseline Angular Development Stack

I needed to get a basic development stack up and running at work, so I created this setup.

It uses a number of packages:

  • Angular, Angular Mocks
  • Browserify
  • Babel
  • Karma
  • PhantomJS
  • Jasmine

Installation

  1. Clone this repo into the directory of choice.
  2. npm install
  3. Code

Running tasks

In order to run the main browserify task: gulp In order to run tests: gulp karma