Alepha Server Static

Serves static files like HTML, CSS, and JavaScript.

Installation

This package is part of the Alepha framework and can be installed via the all-in-one package:

npm install alepha

Alternatively, you can install it individually:

npm install @alepha/core @alepha/server-static

Module

Create static file server with $static().

API Reference

Descriptors

$serve()

Create a new static file handler.

Table of contents