Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

juacompe/tdd_angular_v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD with AngularJS version 2

I have used https://github.com/juacompe/tdd_angular as a starting point to demostrate TDD. Recently I learned about Karma (Thanks to Amp!) and decided to create a new bare template for AngularJS project using Karma as a test runner.

NodeJS Installation

###OSX

  1. Install Homebrew at http://mxcl.github.com/homebrew/
  2. Install node via homebrew brew install node
  3. Go to the directory where you cloned the repository
  4. npm install
  5. add /usr/local/share/npm/bin to $PATH variable in ~/.bash_profile. If the line does not exist, put in this: export PATH=$PATH:/usr/local/share/npm/bin

###Ubuntu

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get install nodejs

###Windows

  1. Download Install nodejs from http://nodejs.org/download/

reference: https://github.com/huskycode/foresee#nodejs-installation-for-dev

Running Test

grunt test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published