/Mirror

Simple way to quickly mirror a site

Primary LanguageTypeScriptMIT LicenseMIT

Mirror

About

Mirror is a quick way to mirror a site, using http-proxy-middleware. It was made with express and TypeScript.

Usage

Setup

$ git clone https://github.com/FireStreaker2/Mirror.git
$ cd Mirror
$ npm i
$ npm start

Configuration

  • PORT: port of the webserver
  • URL: url to mirror

License

MIT