Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 899 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 899 Bytes

Interview Scheduler

"Initial Schedule" "Add appointments" "Confirm delete" "Deleting status" "Saving Status"

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

Dependencies

  • Node 10.x or above
  • NPM 5.x or above
  • PG 6.x
  • axios
  • classnames
  • dotenv 2.x -reactdom
  • pg-native 3.x
  • storybook
  • cypress
  • jest