Alepha - Server Static
Installation
npm install alepha
Overview
Create static file server with $static().
API Reference
Descriptors
Descriptors are functions that define and configure various aspects of your application. They follow the convention of starting with $ and return configured descriptor instances.
For more details, see the Descriptors documentation.
$serve()
Create a new static file handler.
Table of contents