Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 253 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 253 Bytes

Elevator simulator

Running

Both the frontend and the backend has the following npm scripts

  • npm run clean
    • Used to clean the workspace
  • npm run build
    • Builds the source files
  • npm run develop
    • Runs the application locally