1.1.1 • Published 9 years ago

learn-with-tdd v1.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

Learn with TDD

Learn Javascript and frameworks with unit testing.

Getting Started

Prerequisites

Install NodeJS https://nodejs.org/

Download / Clone

Clone the repo using Git:

git clone https://github.com/HenriqueLimas/learn-with-tdd.git

Alternatively you can download this repository.

Build

Install the necessary dependencies, from the root of the project:

npm install -g learn-with-tdd karma-cli && npm install

Lessons

Run the following one liner to run JS first lesson (Total lessons: 10).

ltdd js lesson1