Skip to content

lewtur/technical-interview-blank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Technical interview

This repository contains two folders containing the minimum set of packages required to run code and unit tests in TypeScript or JavaScript.

To use JavaScript

  • cd js
  • npm install
  • npm run test to run the unit tests
  • npm start to execute the code

To use TypeScript

  • cd ts
  • npm install
  • npm run test to run the unit tests
  • npm start to execute the code

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published