My First Node App Installation Dependencies yarn Enviromental Variables Copy enviromental file and change it as needed cp env.example .env Run Dev Server yarn dev Build for Production yarn build Run in production yarn start #Or if you are using PM2 pm2 start npm -- start