#Snippets March 30, 2023

Setting Up Localhost

  $ http-server -p 3000

http://localhost:3000/
http://192.168.0.25:3000
http://127.0.0.1:3000

  $ http-server -p 8081

http://127.0.0.1:8081
http://192.168.0.25:8081

SEARCH