Skip to content

sartrey/firecell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

https://localhost:YOUR-PORT