Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 440 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 440 Bytes

OfficeOverlord

A system to manage office space and the Employees assigned to each office.

How to use

NPM Scripts usable simply running: npm run command Where commands are start, build etc.:

  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build"
  },