Areas - express routing for large projects
• add an /areas directory
• add your areas (ex: api, home, profile)
• add routing files to areas (ex: apiV1.js)
Areas will automatically find and wire up all your routes, keeping your app.js clean.
• add an /areas directory
• add your areas (ex: api, home, profile)
• add routing files to areas (ex: apiV1.js)
Areas will automatically find and wire up all your routes, keeping your app.js clean.
npm i areas
1
0.0.2
MIT