cdunnnnnnn / employee-directory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

This is a Employee Directory app built with modern tooling including:

You can add new employees via the [+] button on the homepage. You can update the names on the homepage cards via the ( Edit ) button. You can delete items on the homepage via the ( Delete ) button. Clicking on the item's avatar image or name will to you to their info page.

Setup

  • Make sure you have Node.js installed
  • Formatting uses Prettier, find editor integrations here
  • Run yarn install to get dependencies

Development

  • Run yarn start for react app development mode
  • A tab to localhost:8080 should open in your browser

Production

  • Run yarn build to generate react app production ready files in /dist
  • Run yarn run deploy to deploy production to a surge instance
  • Visit production site at http://postlight.surge.sh/

Serverless API

  • Run serverless deploy for deploying api

About


Languages

Language:JavaScript 99.2%Language:HTML 0.7%Language:CSS 0.1%