node.js app boilerplate that utilizes Express 3.0 and Hogan (including partials)
  • JavaScript 87.7%
  • EJS 5.6%
  • CSS 2.5%
  • Stylus 2.5%
  • Shell 1.7%
Find a file
2013-01-15 02:09:09 -06:00
controllers first checkin of boilerplate 2012-09-13 17:45:30 -05:00
logs logs/ folder for log storage 2013-01-15 01:31:59 -06:00
public shortened public/ folder names 2012-09-13 17:55:51 -05:00
views first checkin of boilerplate 2012-09-13 17:45:30 -05:00
.gitignore first checkin of boilerplate 2012-09-13 17:45:30 -05:00
app.js config.js support 2013-01-15 02:09:09 -06:00
config.js config.js support 2013-01-15 02:09:09 -06:00
hogan.js first checkin of boilerplate 2012-09-13 17:45:30 -05:00
package.json first checkin of boilerplate 2012-09-13 17:45:30 -05:00
README.md clarify routes 2012-09-13 17:50:33 -05:00
routes.js first checkin of boilerplate 2012-09-13 17:45:30 -05:00
start.sh generic node-dev start script added (start.sh) 2013-01-15 01:30:40 -06:00

node-express3-hogan

node.js app boilerplate that utilizes Express 3.0 and Hogan (including partials)

Routes

Routes live in routes.js in the main folder. They should call stuff that is drawn from controllers/