Before all, You will need some environment variables to run correctly the server. So please ensure you have :
RECAPTCHA_SECRET_KEY
USERMAIL_ID
USERMAIL_PASSWORD
You can find the production values of these variables on this Google doc.
Then, install dependencies :
npm install
Then, build all assets a first time :
gulp build
Finally, to run the server, with nodemon and browsersync :
gulp