Newer
Older
To compile program for deployment in production you can run
It will compile program to publish folder.
Publish folder can be seen on the standard output when compilation ends.
```
./Server
```
The server will run on port `5001`.
If needed, schema can be recompiled using following command.