1 2 3 4 5
const api = require('./api') const config = require('./api/config') api.listen(config.PORT) console.log('listening on', config.PORT)