First run npm install
to install dependencies for the project. You need to supply your own MongoDB url, make a file /config/db.js
and add the url:
module.exports = {
url: "mongodb://<dbuser>:<dbpassword>@ab1234.mlab.com:36617/recipesjs"
}
To use NODE_ENV=production
within Windows install the win-node-env
module: npm install -g win-node-env