JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27816F
  • License MIT

local static server with mirror

Package Exports

  • firecell

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 (firecell) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

firecell

local static server with mirror

Usage

install as global dependency

npm install -g firecell

start server anywhere

# serve ~/.firecell at 9999 (mirror mode)
firecell

# serve CWD at 8080 (direct mode)
firecell --port=8080 --mode=direct

# server CWD at 9999 (direct mode)
firecell -d

# show help
firecell -h

access homepage

http://localhost:YOUR-PORT