Skip to content

mazemax/reachallenge

Repository files navigation

Toy Robot Simulator

Simulation of a toy robot moving on a square tabletop

Requirements

• Mac OS X, Windows, or Linux
Node.js v8.12 or newer
NPM v6.4 or newer

Install Dependencies

npm install

Execute App

npm run start

Execute Tests

npm run test

Generate Coverage Report

npm run coverage

Execute Eslint

npm run lint