For further work, you will need to deploy a test server on your computer. This server was written and prepared by me for our tasks.
To get started, download the server from the following link: test-http-server.
Open a folder with the server in terminal and run the following command:
npm install
Once an installation is complete, run the following command:
npm run start
After that, the server will start and you
can access it through the browser by opening the
http://localhost:3001/
address.
Install a test server. Check its operation by opening the indicated page in the browser.