Skip to content
Snippets Groups Projects
app.js 160 B
// This is a simple wrapper to run the app with 'node app.js'

Application = require('./application.js');
application = new Application();
application.start();