https://github.com/npx-bin/express-server
An Express Server launcher
https://github.com/npx-bin/express-server
express express-server javascript js kcak11 node node-js nodejs
Last synced: 4 months ago
JSON representation
An Express Server launcher
- Host: GitHub
- URL: https://github.com/npx-bin/express-server
- Owner: npx-bin
- License: mit
- Created: 2019-01-11T16:27:13.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-06T05:12:13.000Z (over 1 year ago)
- Last Synced: 2024-12-06T06:20:01.276Z (over 1 year ago)
- Topics: express, express-server, javascript, js, kcak11, node, node-js, nodejs
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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](https://mit-license.kcak11.com)
© 2018 [kcak11.com](https://www.kcak11.com "Ashish's Web")