UNPKG

generator-ionicgenerator

Version:

An Ionic app, custom with gulp and sass

11 lines (8 loc) 232 B
var express = require('express'); var app = express(); app.use('/', function(req, res, next) { var host = req.header('host'); next(); }); app.use('/', express.static(__dirname + '/www')); app.listen(process.env.PORT || 5000);