Skip to content

tutorial improvement: don't use python for the http server, use node #2739

@Pomax

Description

@Pomax

Since the tutorial describes doing things either in the browser or in node, it doesn't make sense to advocate using python -m SimpleHTTPServer. Instead it makes more sense to tell people to run npm install -g http-server and to then use the much simple http-server command to fire up a localhost instance on port 8080 in whatever directory they run it in.

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