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)

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