
# Server


## To run this server

<br/>

#### Directly from this directory


```shell
$> genserve start --config
```

<br/>

#### From anywhere
```shell
$> genserve start --config {{projectRoot}}
```

<br/>

---

## Server Information

| Properties       | Values             |
|------------------|--------------------|
| Server name      | {{serverName}}     |
| Namespace        | {{namespace}}      |
| Full server Name | {{fullServerName}} |
| Port             | {{port}}           |

