Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 932 Bytes

File metadata and controls

25 lines (17 loc) · 932 Bytes

KnownOrigin Node.js Engineering Tech Test

KnownOrigin Logo

Description

  • This repo provides everything you will need to undertake the KnownOrigin technical test for your second interview.
  • Please clone this repo and get it setup before you arrive for the test.
  • During the test one of the engineers from KnownOrigin will select a problem and sit with you and run through the test and any issues you may have.

Prerequisites

  • Node.js >=18
  • npm >=8
  • Suitable development environment with access to the internet

Getting Started

  • Install dependencies: npm install
  • To run the src/index.ts file: npm start, this will start a watch server.
  • The solution has come preinstalled with TypeScript and Jest, if you are more familiar with JavaScript, feel free to rename the files.

Notes

  • Please do not fork this repository.
  • Please do not commit your code to GitHub.