UNPKG

esrol-server-app

Version:

A wrapper of all Esrol server components for creating performance efficient, well structured - by following 'convention over configuration' approach, but also configurable, server-side applications.

5 lines (4 loc) 120 B
'use strict'; let App = require('../../../../index'); let path = require('path'); new App(path.join(__dirname, 'app'));