/bastille-agency

This repo holds the solution to a coding challenge

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

mobble

Bastille Agency coding challenge

Tech Highlight

  • Behavior Driven Development (BDD) test pipeline powered by mocha and chai
  • ES6 transpiling pipeline powered by babel
  • Used Collenctions.js module which has several nifty functions

build dist code

  • clone this repository
    git clone "https://github.com/champagne-randy/bastille-agency.git" challenge
  • change to project dir
    cd challenge
  • install dependencies
    npm install
  • build es5-compliant code
    npm build

run tests

  • install project dependencies
    npm install
  • to run all tests cases once
    npm run test
  • to run tests cases and watch for changes
    npm run test:watch