Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 252 Bytes

File metadata and controls

11 lines (9 loc) · 252 Bytes

Excel-Launch-Backend

  • Development

    • npm run migrate
    • npm run generate
    • npm run dev
    • (migrate and generate only need to be run when the DB schema is changed, else just run dev)
  • Production

    • npm run build
    • npm run start