Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 305 Bytes

File metadata and controls

22 lines (14 loc) · 305 Bytes

webpack-proxy-example

The sample application which uses webpack-dev-server as a reverse proxy.

Setup

$ npm i

Run

$ npm run gulp  # Run HTTP server
$ npm run webpack-dev-server

Access to http://localhost:3000

Config

Change the port number as you like in the "config.js".