Skip to content

fbi-templates/fbi-task-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fbi-task-serve

Static server with directory listings.

This is a fbi task. If you haven't installed fbi yet, use the following command to install.

$ npm i -g fbi or yarn global add fbi

Requirements

  • fbi v3.0+
  • node v7.6+

Features

  • serve static files
  • directory listings

Usage

Install

$ fbi add https://github.com/fbi-templates/fbi-task-serve.git

Run

$ cd path/to/any/directory
$ fbi serve

Run with params

$ fbi serve -p=9999
$ fbi serve -port=9999

More

License

MIT