Skip to content

Latest commit

 

History

History
executable file
·
45 lines (35 loc) · 1.02 KB

File metadata and controls

executable file
·
45 lines (35 loc) · 1.02 KB

express-server

An Express Server launcher

Usage:

via npx ( Recommended: Gets the latest & greatest code everytime you run the command )

$ npx npx-bin/express-server

Note you can specify a port(instead of default 3003) while running the command as below:

$ npx npx-bin/express-server XXXX

via npm (Installs globally and doesn't require download each time)

Step 1: Install the package globally

$ npm install -g npx-bin/express-server

Step 2: Run the command

$ express-server

Note you can specify a port(instead of default 3003) while running the command as below:

$ express-server XXXX

Requires:

  • npm@5.2.0 (or greater) version to be installed

Note: You can check the version using the following command:

$ npm --version

License: MIT License

© 2018 kcak11.com