Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 278 Bytes

File metadata and controls

23 lines (10 loc) · 278 Bytes

Option 1

-cd /path/to/your/repo

-python3 -m http.server 8000

// You should see: Serving HTTP on 0.0.0.0 port 8000 ...

http://localhost:8000

Option 2

-sudo apt install npm -y

-sudo npm install -g live-server

-cd /path/to/your/repo

-live-server