UNPKG

elife

Version:

Express life // jump start your web application with express

9 lines (5 loc) 151 B
var boot = require('./app/bootstrap/boot'); boot.start(function(){ //Application is ready console.log('Application is ready'); });