@estack/npm-server
v0.2.0
Published
dev-server to create applications, sites or prototypes using only JS, HTML and CSS, No transpilation.
Downloads
2
Readme
@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