If you are looking for a static server to deploy just your html and javascript files , Apache HTTP server is a good option.
Apache claims as this is the most popular web server on the internet.
Below are the steps to be followed to install and deploy your static files to the server:
STEP1: Install Apache HTTP server
STEP2: Configure server root in the installed server
STEP3: Start the server and verify it
STEP4: Place all files in htdocs folder
In detail:
https://fullstackdeveloper.guru/2021/04/08/how-to-deploy-html-javascript-code-to-apache-http-server/
Top comments (0)