node-boilerplate icon indicating copy to clipboard operation
node-boilerplate copied to clipboard

Everything you need to get started on a Node.js website with express and socket.IO

Results 11 node-boilerplate issues
Sort by recently updated
recently updated
newest added

Fixed spelling error. Changed "and" to "an".

Added one line to initproject.sh to remove initproject.sh

Tried in straightforward way on Windows. `npm install` failed (see log below), template git repository was not deleted, leaving the project in dirty state. And yes, #29 Express is old...

$ ./initproject.sh -bash: ./initproject.sh: /bin/sh^M: bad interpreter: No such file or directory there is a setting in git that corrects this problem for developers on windows machines $ git config...

Thanks for the WIndows init script! I was just wondering, is there a reason this doesn't use Express 3 ?

server.js seems to depend on uglify-js, it would be a good idea to grab this maybe.

``` bash /bin/sh: 1: ./node_modules/.bin/mocha: not found make: *** [test] Error 127 ``` I don't know if the path is different between architectures, or has changed between versions, however the...

Would it be possible to add support for a simple mongoose/mongodb setup?

Anybody interested in a port of this to CoffeeScript? I think it's a step in the right direction for readability with JavaScript. (Let me know if something like this exists...