Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 305 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 305 Bytes

Readme

Instructions

  • You will need a testing server to run the code. There are several options in the video we used the one that comes by default with Python3

    • Install python3
    • run python3 python3 -m http.server
    • the server will be active at: python3 -m http.server
  • Happy Building!