JSPM

p_anywhere

1.0.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q9039F
  • License ISC

tiny static web server

Package Exports

  • p_anywhere

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (p_anywhere) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

anywhere

Tiny nodejs static Web Server

install

npm i p_anywhere -g

using methods

open cmd or bash input Following commands.

  • anywhere make current dir as static web server root dir
  • anywhere -p 8080 set port
  • anywhere -h localhost set hostname
  • anywhere -d /usr set root dir as /usr