-
Notifications
You must be signed in to change notification settings - Fork 718
Open
Description
Just wanted to provide a quick Linux server option to go with the section on XAMPP.
- Open a command line, such as
terminal. - Install
nodejswith your package manager. nodejscomes with thenpmmarket, so usenpmto installhttp-serverwith the-gflag (likelynpm install http-server -g).-gis to installhttp-serverwith the globalnpminstall instead of just in the current directory.- Run
http-server --cors(cors is for the whole cross origin thing) in the directory with your working files.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels