Skip to content

npx-bin/express-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

$ npm --version

License: MIT License

© 2018 kcak11.com