0.2.0 • Published 3 years ago

@estack/npm-server v0.2.0

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

@estack/npm-serve

Create a server that serves packages from node_modules that export in ESM format.

Usage

import { createNpmServer } from "@estack/npm-server";

await createNpmServer(8080);

Import example

http://localhost/atomico
http://localhost/atomico/html
http://localhost/preact
http://localhost/preact/hooks