learningPixi icon indicating copy to clipboard operation
learningPixi copied to clipboard

Launch web server in your project folder?

Open jmclemore65 opened this issue 8 years ago • 2 comments

Any advice on how to do this for OS X? I installed Mongoose, but I'm not sure exactly how to launch it in my project folder. Thanks, J

jmclemore65 avatar Aug 22 '17 17:08 jmclemore65

Click Mongoose icon on the menubar and select "Edit configuration" an editor window will open. change the document_root to the desired folder.

...
...
# dav_root 
# debug 0
document_root /Users/wizard/Desktop
# enable_directory_listing yes
# error_log_file 
...
...

qsrahman avatar Dec 09 '17 15:12 qsrahman

You can try using the node module http-server. First install node.js and npm here. Next install the node module http-server. Instructions here. Then navigate to your project folder through the command line and type http-server. This shall launch a web server.

shamanX86 avatar Jan 26 '18 06:01 shamanX86