UNPKG

app-decorators

Version:

Collection of useful ES7 Decorators, writtin in ES6, that can be used for building webapps

23 lines (18 loc) 621 B
System.register(['app-decorators/src/libs/element-to-function'], function (_export, _context) { "use strict"; var _elementToFunc, express, app; return { setters: [function (_appDecoratorsSrcLibsElementToFunction) { _elementToFunc = _appDecoratorsSrcLibsElementToFunction.default; }], execute: function () { express = require('express'); app = express(); app.use(express.static('./test/fixture')); app.listen(4000, function () { return console.log('Server: localhost for styles: ' + 4000); }); } }; }); //# sourceMappingURL=server-styles-4000.js.map