/chuck

Primary LanguageJavaScript

Chuck api & password analysis exercise

Password program is unit tested. Login page mocks an api response.

Prerequisites

Make sure to have node 8.0+ and npm 5.0+ or yarn 1.5.1+ installed.

Installation

$ git clone https://github.com/iskanderbroere/chuck  
$ cd chuck                     
$ npm install # Or yarn install

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev

Tests

# run mocha test watcher
$ npm run test