MEAN.JS stack proposes the "grunt build" task for preparing application to Production. Unfortunately there is a lack of information about next steps. Actually it's not clear how to deploy the application to production and how to launch it.
Question #1 What must be configured in the project in addition to changes in the config/env/production.js? E.g. how to work with custom fonts?
Question #2 Ok. The code deployed to Production (via Git, rsync, etc). Is it enough to run it as
$NODE_ENV=production node server.js&