Hacker News new | past | comments | ask | show | jobs | submit login

I've been using this:

    npx serve
(This is a node.js thing.)



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`.


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: