If you have node.js and npm installed you can run the following command to install the package:
npm install -g readyserver
Create a folder where the webserver files will be stored. in the folder you can put a file called 404.html if you want a custom 404 page. Then create a file called index.html. This will be the default page. Your folder should look like this:
- Folder
- 404.html [optional]
- index.html [recommended]
- other files [optional]
Then you can run this command in the terminal
readyserver /path/to/webserver-folder/ port /path/to/logs/
https://github.com/willmil11/Readyserver
https://github.com/willmil11/Readyserver/issues
willmil11#8988