cupOJoseph / crypto-zoo

1 stars 2 forks source link

Added express server to serve built app on port 80 #31

Closed pi0neerpat closed 5 years ago

pi0neerpat commented 5 years ago

To restart the production server (e.g. when any changes are made)

  1. pm2 kill
  2. npm run build
  3. pm2 start server.js -n "muttville" -p 8080