0.0.1 • Published 8 years ago

static-service v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

#Static Hosting Service for express app

const express = require('express');
const app = express();
const staticService = require('static-service');

staticService(app, 'dist');
0.0.1

8 years ago