JSPM

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

A local file server.

Package Exports

    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

    A local static file server.

    Usage

    install as global dependency

    npm install -g firecell

    start server anywhere

    # serve ~/ at 9999
    firecell --play
    
    # serve ~/ at 8080
    firecell --play --port=8080
    
    # show help
    firecell --help

    access homepage

    http://localhost:YOUR-PORT