Releases: noClaps/serve
Releases · noClaps/serve
Release list
v0.1.0
Immutable
release. Only release title and notes can be modified.
The initial release of serve!
To use serve, you can simply run:
serve dist # or whatever path to the directory you want to serveThis will serve the dist/ directory at http://localhost:3000.
You can also customise the port it serves at using the --port or -p option:
serve static --port 4321
serve static -p 4321This will serve the static/ directory at http://localhost:4321.