mean-stack-todo icon indicating copy to clipboard operation
mean-stack-todo copied to clipboard

Results 3 mean-stack-todo issues
Sort by recently updated
recently updated
newest added

Express already wraps http functionality - you can remove dep and use app.listen() instead https://github.com/visionmedia/express/blob/master/examples/jade/index.js#L44 Unless there was some reason for this?

Fixed bug. `doctype 5` is deprecated, you must now use `doctype html`

Change views/layout.jade first line from doctype 5 to doctype html