
Untitled
By: a guest on
May 12th, 2012 | syntax:
None | size: 0.71 KB | hits: 19 | expires: Never
- 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?