Skip to content

Instantly share code, notes, and snippets.

@grant
Created May 1, 2014 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grant/b611edf97235b56665cf to your computer and use it in GitHub Desktop.
Save grant/b611edf97235b56665cf to your computer and use it in GitHub Desktop.
Node Modules organization
/node_modules
/package.json
/src
/node_modules
/client -> ../client
/server -> ../server
/shared -> ../shared
/client
/apps
/main
/test
main.spec.js
index.js
/modules
/foo
/test
foo.spec.js
index.js
/server
/apps
/modules
/shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment