Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 389 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 389 Bytes

MeteorLMS Backend Dev Note

Because TypeScript can complicate things, run the backend using this:

pm2 start npm --name=mtbdev -- run start

For Production

pm2 start npm --name=mtbprod -- run prod

For Remote Dev

pm2 start npm --name=mtbdev -- run dev

Notes

We use a separate models folder to house all interfaces that will also be used as objects in the database.