Skip to content

Latest commit

 

History

History
executable file
·
34 lines (18 loc) · 636 Bytes

README.md

File metadata and controls

executable file
·
34 lines (18 loc) · 636 Bytes

Code Challenge

Your mission

Objective 1: Follow the steps below to get the project running locally. You should see 14 mostly failing tests fail.

Objective 2: Follow the TODOs in main.js. Slowly get the tests to pass.

Getting Started

Install Node

(if you haven't already)

https://nodejs.org/en/

or you can install with Brew

brew install node

Clone the repo locally

git clone 

Install dependencies with NPM

From within the project directory

npm install

Start the watcher. When you save changes to your files, the tests get re-run

npm run test