octavian-nita
1/5/2018 - 3:57 PM

node-project-structure.md

Common Node.js project structure / directory layout

See this block. For convenience, see it reproduced below.

├── bin
├── config
├── data
├── dist
├── doc
├── lib
│   └── models
├── node_modules
├── src
│   ├── assets
│   │   ├── images
│   │   ├── js
│   │   └── less
│   ├── routes
│   └── views
├── tests
│   ├── fixtures
│   ├── functional
│   └── unit
├── package.json
└── README

Other notable resources on the matter: