UNPKG

zeta

Version:

Write node web app in an angular and unexpress way

11 lines (8 loc) 272 B
var m = require('../../../').module('test-static', []), http = require('http'); m.config('root', __dirname); m.config('public', __dirname + '/public'); m.config.of('built-in').of('static-server').val('indexFile', ['.html', '.htm']); m.l(); m.any("static"); m.app();