UNPKG

formio

Version:

The formio server application.

10 lines (7 loc) 250 B
'use strict'; const util = require('./src/util/util'); require('colors'); require('./server')().then(function(state) { util.log(` > Serving the Form.io API Platform at ${state.config.domain.green}`); state.server.listen(state.config.port); });