Skip to content

Instantly share code, notes, and snippets.

@thom4parisot
Last active August 29, 2015 14:06
Show Gist options
  • Save thom4parisot/b9a0b142bbf4ae1f5b6a to your computer and use it in GitHub Desktop.
Save thom4parisot/b9a0b142bbf4ae1f5b6a to your computer and use it in GitHub Desktop.
Node.js usual project directory structure.
├── bin
├── config
├── data
├── dist
├── doc
├── lib
│   └── models
├── node_modules
├── src
│   ├── assets
│   │   ├── images
│   │   ├── js
│   │   └── less
│   ├── routes
│   └── views
├── tests
│   ├── fixtures
│   ├── functional
│   └── unit
├── package.json
└── README
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment