Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 419 Bytes

File metadata and controls

18 lines (13 loc) · 419 Bytes

To run Grip from the command line on a specific port, you can specify the port number as an argument.

Here’s how you do it:

$ grip 80

This command starts the Grip server on port 80. You can replace 80 with any desired port number.

reference:

    You can also specify a port:
    ```console
    $ grip 80
    * Running on http://localhost:80/
    ```