Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 550 Bytes

File metadata and controls

36 lines (23 loc) · 550 Bytes

Basic Installation and Testing.

Prerequisites

  • node
  • npm

For installation / setup of node and npm here is a short video series.

Installation

Clone the codebase to your local environment.

git clone git@github.com:reactivepixel/urlShortner.git && cd urlShortner

Install Packages

npm install

Testing the Tool

Make certain you have mocha installed globally

npm install -g mocha

Run the Mocha Tests

mocha