Description File Server Installation $ npm install Running the app # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod # pm2 $ pm2 start npm -- start pm2 start dist/main.js --name fileserver pm2 startup systemd pm2 save Author @Marat Faizerakhmanov