diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -55,5 +55,9 @@ npm start Server will be running at http://localhost:5000/ aka http://lvh.me:5000/ (or whatever port you set in the .env) +### Produciton + In production I use something to daemonize the node server, such as pm2 (provides nice dashboard with uptime, restarts, saves logs, etc). +In .env, set `NODE_ENV=production` :) + |
