Skip to content

Instantly share code, notes, and snippets.

@Raynos
Created August 25, 2011 21:53
Show Gist options
  • Save Raynos/1172092 to your computer and use it in GitHub Desktop.
Save Raynos/1172092 to your computer and use it in GitHub Desktop.
  • node_modules // auto generated
  • lib // generic library code that can't be done with npm
  • src
    • models // database code
    • routes // express routing
    • IO // socket.io files
    • public
      • js // client-side js
        • lib // libraries
        • modules // modules
        • bootstrap.js // bootstrap
      • less // css files (less)
      • templates
        • server // server-side teampltes
        • client // client-side templates
    • server.js // init server
    • configure.js // express configuration
    • bootstrap.js // Load routes, init models & setup socketIO
  • test // testing files.
  • package.json
  • .gitignore
  • makeFile? // make?
  • serverStart? // generic file that runs our server?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment