A primitive web server for experiments with web crawler's behavior on different HTTP statuses (301 redirect). Based on gulp-webserver.
npm install gulp
npm install gulp-webserver
From the project root directory:
gulp # Default web server without redirects
gulp redirect # Configuration with redirect third.html --> another.html
To exit, press ctrl + c.