Skip to content

syuilo/dummy-server

Repository files navigation

Dummy server

テストなどに使えるカスタマイズ可能な簡易サーバー

Install

  1. Install Node.js to your machine
  2. Clone this repo
  3. In your shell, cd <repo path>
  4. In your shell, cp config-example config -r
  5. In your shell, npm i
  6. In your shell, npm run build
  7. Enjoy

Usage

configディレクトリ内のディレクトリはenvと呼ばれ、その中にサーバーが返すHTMLやヘッダー定義などが含まれています。 デフォルトではdefaultというenvが含まれています。

サーバーを起動するときは、読み込むenv名とポートを指定します。例: node . default 5000

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published