| Current Path : /proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/logistic-backend/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/deltalab/PMS/logistic-backend/README.md |
# Logistic service Backend component for the INDACO logistic service. ## Installation ```bash $ npm install ``` ## Running the app ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ```