Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

ngParty/webpack-super-dev-server

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webpack Super Dev Server

Webpack server with Mock and Proxy support

Usage:
webpack-super-dev-server [options]

Options:
  --config, -c   Webpack config file     [string] [default: "webpack.config.js"]
  --contentBase  Directory base                        [string] [default: "app"]
  --host, -h     Dev server host ip              [string] [default: "localhost"]
  --port, -p     Dev server port                      [string] [default: "9000"]
  --proxy        Proxy server target                                    [string]
  --proxyPath    Proxy server route match                               [string]
  --mockConfig   Path to mock json config file                           [array]
  --help, -h     Show help                                              [string]

Examples:
  webpack-super-dev-server -p 9000 -h       Will start server on 0.0.0.0:3000
  0.0.0.0 --proxy http://localhost:3000     and will proxy /api requests to
  --proxyPath /api/* --mockConfig             http://localhost:3000 and repond
  mockConfig1.json --mockConfig             with mockConfig1.json and
  mockConfig2.json                          mockConfig2.json mocks

About

Webpack server with Mock and Proxy support

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.