readyserver
v1.1.3
Published
Readyserver is a node.js package that allows you to deploy a modern Webserver super quickly.
Downloads
7
Maintainers
Readme
Readyserver by willmil11
Installation
If you have node.js and npm installed you can run the following command to install the package:
npm install -g readyserver
Usage
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/
Github
Github page
https://github.com/willmil11/Readyserver
Bugs
https://github.com/willmil11/Readyserver/issues
Contact me
Discord
willmil11#8988