-
Notifications
You must be signed in to change notification settings - Fork 377
Serve command
Kenneth Auchenberg edited this page Feb 12, 2020
·
2 revisions
With the serve
command you can easily spin up a local HTTP server to serve static files. By default the directory will be the current directory (.
) but you can also specify a specific path.
$ stripe serve
To serve static files from a specific folder
$ stripe serve /path/to/directory