Simple web server you can start in milliseconds!
Would love to receive PRs with additional features!
- when requesting directory:
- search for
index.html
file - otherwise show Directory Browser
- search for
- specifiable 404-error page
- add
renderMarkdown
-function at src/bin.ts L26 - make GitHub Actions work
You can install the package via:
$ pnpm add -D @avolgha/up
$ up [port] [--renderMd]
Port will default to
5173
if no other is specified.