- 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
- js
// client-side js
- 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?
Created
August 25, 2011 21:53
-
-
Save Raynos/1172092 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment