Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
jmull
on Jan 18, 2020
|
parent
|
context
|
favorite
| on:
HTTP static server one-liners
I've been using this:
npx serve
(This is a node.js thing.)
runarberg
on Jan 18, 2020
[–]
Unlike `python3 -m http.server`, `npx serve` doesn’t redirect `/path/to/dir` to `/path/to/dir/`. This is a problem if you are using relative paths in your `/path/to/dir/index.html`.
jmull
on Jan 18, 2020
|
parent
[–]
For my purposes that hasn’t been a problem.
I guess I would normally just start with ‘path/to/dir/‘ or ‘/path/to/dir/index.html’
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: