Web Development

  • Session 1 prerequisites

Session 1 prerequisites

  • Firstly we will need an IDE. We recommend using VSCode for Web dev.
  • Then install nodeJS and npm (npm is installed automatically along with nodeJS, in most cases). Ensure that you have correctly installed both by running these in command prompt/terminal :
    • node -v
    • npm -v

(following are not prerequisites, but more of recommendations, so that you have some good questions to ask in the session)

  • https://developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/How_the_Web_works
  • Videos #28, #29 and #30 from https://www.youtube.com/playlist?list=PLH2l6uzC4UEW0s7-KewFLBC1D0l6XRfye

If there is any issue anywhere, feel free to ask in Telegram channel.

Close