Skip to content

*http-server* is just a file server? #71

@terrancewong

Description

@terrancewong

README.md says

## Deployment

1. Execute `pnpm build` to build the project.
2. Execute `npm install -g http-server` to install http-server.
3. Execute `http-server -p 8080 -a localhost` to run the service.
4. Open the Chrome browser and visit `http://localhost:8080`.

following these steps, chromium only shows this a file server style list

Image

oh, ok, seemingly it is servering public/ dir

% nvm -v   
0.40.3
% pnpm -v  
10.18.1
% npm -v
11.6.0
% node -v
v24.9.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions