An open API service indexing awesome lists of open source software.

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

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")