cliftonc / express-mvc-bootstrap

Application template for a structured Node.js, Express, [Sequelizer in devel, Mongoose in master/Mongoose Branch], EJS & JQuery Application
http://cliftonc.github.com/express-mvc-bootstrap/
272 stars 50 forks source link

added support to run app.js as a normal express.js server #3

Closed interlock closed 13 years ago

interlock commented 13 years ago

Added a conditional server start at the bottom of the app.js file that will allow people to run the application with the command: node app.js

Added bonus is that we can use the --debug command to do some hard code debug action.

cliftonc commented 13 years ago

Thanks! I've merged it in, simple addition that makes sense.

Also - I've been doing a lot of work on a mysql version in devel, that is where the bulk of changes need to go if you are intending to do anything more?

Cheers, Clifton