How to run node in an environment aware setting.
- Create a config folder
/config
- Create an
/config/env.json
in the config folder which will hold the environmental properties for each environment. example
{
"development": {
"port": 3000
},