Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 669 Bytes

WSE Javascript Course

How to run

Please follow the below instructions to run different branches of this repository in your machine:

  1. Login to the GitHub account.

  2. Clone this repository -

    git clone https://github.com/abdulalimemon/wse-js
  3. Go to the cloned project directory

    cd wse-js
  4. Checkout/switch to your desired branch. For example to switch to class-1 -

    git checkout class-1
  5. Follow the corresponding branch's README file instruction to run code.