Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 234 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 234 Bytes

Interview Scheduler

Setup

Install dependencies with npm install.

Note: this project requires Node version 16+

Running Webpack Development Server

npm run dev

Running Jest Test Framework

npm test