Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 216 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 216 Bytes

robot-interview

Initial setup

git clone https://github.com/lstorey/robot-interview
cd robot-interview
npm install

Run server

npm run dev

http://localhost:5000

Run tests

npm test