Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 538 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 538 Bytes

Employee Directory with React and Node

Employee directory is a sample application that allows you to look up employees by name, view the details of an employee, call, text, or email an employee, and navigate up and down the org chart. cally

  1. Clone this repository

  2. On the command line, navigate (cd) to the directory-react-nodejs folder

  3. Install the server dependencies

npm install
  1. Start the server
node server

Open a browser and access: http://localhost:3000