Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 332 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 332 Bytes

file-server

Simple static file server using Hapi.

Note: Requires node 12 or greater

Setup/Install node modules

npm i

Change directory to serve

Update path on line 28 of src/server.js

Run

node src/server.js

Test if server is running

Access link using a browser