1.0.3 • Published 3 years ago

@celeri/static v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Install

$ npm install --save @celeri/static

Import

ES6 Modules

import { fileServer } from '@celeri/static';

CommonJS Modules

const { fileServer } = require('@celeri/static');

Usage

const staticServer = fileServer(__dirname + '/public');

serverOrEndpoint.use(staticServer);