Skip to content
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.

Latest commit

 

History

History
3 lines (2 loc) · 306 Bytes

Startup.md

File metadata and controls

3 lines (2 loc) · 306 Bytes

Startup

All .js files inside the startup directory are loaded as node modules when your app runs. It is appropriate to add app configuration and middleware via separate modules inside startup instead of configuring everything inside one file only. Try to keep your index.js as clean as possible.