An Express Server launcher
Usage:
$ 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
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:
- [email protected] (or greater) version to be installed
Note: You can check the version using the following command:
$ npm --version
License: MIT License
© 2018 kcak11.com