Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 252 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 252 Bytes

Interview Scheduler

Setup

Install dependencies with npm install.

Running Webpack Development Server

npm start

Running Jest Test Framework

npm test

Running Storybook Visual Testbed

npm run storybook