Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 523 Bytes

File metadata and controls

17 lines (14 loc) · 523 Bytes

Primitive web-server

A primitive web server for experiments with web crawler's behavior on different HTTP statuses (301 redirect). Based on gulp-webserver.

Dependencies

npm install gulp
npm install gulp-webserver

How to run

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.