MissionToPsyche-Copper / 2021_PSU_Team18_NASA-MissionPsyche-WebXR

PSU Senior Capstone Project NASA WebXR for Public Engagement - Mission Psyche
4 stars 0 forks source link

Setup Local Dev Env #10

Closed Miablo closed 2 years ago

Miablo commented 3 years ago

What I used: (feel free to use whatever you want!)

Python server If you have Python installed, it should be enough to run this from a command line (from your working directory):

//Python 2.x python -m SimpleHTTPServer

//Python 3.x python -m http.server This will serve files from the current directory at localhost under port 8000, i.e in the address bar type:

http://localhost:8000/

TarenLewis commented 2 years ago

Complete.

TarenLewis commented 2 years ago

Reopened this, actually I shouldn't be closing other people's issues.