view and filter job listings from companies that use greenhouse
use this command to install dependencies:
npm install
run a simple http server with this command:
npx http-server
the page can be viewed locally at http://localhost:8080
use this command to run the tests:
npm test