react-employee-directory

A sample React search app (navigation and display details wip)

Install dependencies

npm install

Run React dev server (http://localhost:3000)

npm start

To build for production

npm run build