Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Last active December 16, 2015 14:09
Show Gist options
  • Save muhammadghazali/5446407 to your computer and use it in GitHub Desktop.
Save muhammadghazali/5446407 to your computer and use it in GitHub Desktop.
The best Node.JS app source code layout directory that fit to my needs: https://github.com/muhammadghazali/ghanoz-json
.
├── app
│   ├── app.js
│   ├── configs
│   ├── middlewares
│   ├── routes
│   └── utils
├── CHANGELOG.md
├── doc
├── dump
├── LICENSE
├── Makefile
├── node_modules
├── npm-shrinkwrap.json
├── package.json
├── README.md
├── test
│   ├── api-end-point-test
│   └── db
└── VERSION

22 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment