Skip to content

anyoung-mc/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Static Server

Installation

Clone Repository

cd <PATH_TO_REPO>
npm i

Running the server

npm start

Hosting files

This is a static file server so no extra execution is performed, files in the public directory are hosted at localhost:3333.

for example a file located in <PATH_TO_REPO>/public/path/to/file.ext is hosted at localhost:3333/path/to/file.ext

About

Simple Static Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors