1.0.5 • Published 5 years ago

host-local-files v1.0.5

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

host-local-files

A simple cli tool that allows you to host a directory through nodeJS and express.

Getting Started

These instructions will get you a working cli running on your machine.

Prerequisites

What things you need to install the software and how to install them

  • node.js
  • npm (will be automatically installed with node)

Installing

Install the package via npm

npm i -g host-local-files

Start the server

To start the server run the following command

host-local-files <path to directory>

To serve the present working directory, just run

host-local-files .

Access the files

To access the files navigate to http://localhost:3000/ in your browser.

Built With

  • Express - Fast, unopinionated, minimalist web framework for Node.js

Authors

Acknowledgments

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago