Skip to content

Linux server #12

@philandy

Description

@philandy

Just wanted to provide a quick Linux server option to go with the section on XAMPP.

  1. Open a command line, such as terminal.
  2. Install nodejs with your package manager.
  3. nodejs comes with the npm market, so use npm to install http-server with the -g flag (likely npm install http-server -g). -g is to install http-server with the global npm install instead of just in the current directory.
  4. Run http-server --cors (cors is for the whole cross origin thing) in the directory with your working files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions