Skip to content

Node CLI tool that helps you serve static files - Useful to test after build

Notifications You must be signed in to change notification settings

dorshay6/fast-serve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fast Serve 🚀

Fast serve will help you serve static files fast and easy. I use it in order to test my build folder after webpack build.

Install

npm i -g fast-serve

Usage

$ fast-serve
App listening on port: 8080
  -> Serving : /Users/dorshay/work/cars

Help

fast-serve --help  

  Usage: fast-serve [options]

  Options:

    -h, --help             output usage information
    -V, --version          output the version number
    -C, --chdir <path>     change the working directory
    -p, --port [optional]  optional port to serve files

About

Node CLI tool that helps you serve static files - Useful to test after build

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published