bendwidth
/
backend
/
index.js
index.js
Raw
// this is our entry point - run nodemon here
require
(
'./socketServer'
)
require
(
'./expressRoutes'
)