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: