Command line app to launch rempl server instance.
It's preferred to install rempl-cli
globally:
npm install -g rempl-cli
Don't use -g
flag in case you want use it locally.
Start a server
rempl
That's it!
Options:
> rempl -h
Launch rempl server
Usage:
rempl [options]
Options:
--dev Developer mode (use dev version of everything when possible)
-h, --help Output usage information
--no-color Suppress color output
-p, --port <n> Listening port (default 8177)
--ssl Enable https
--ssl-cert <path> Path to SSL .cert file
--ssl-key <path> Path to SSL .key file
-v, --version Output version