Prerequisites

Before you begin, ensure you have the following installed on your system:

  • Node.js (version 14.x or higher) – You can download it from nodejs.org.

  • Verify Installation:

    • To check if Node.js and npm are installed correctly, open a terminal and run:

      node -v
      npm -v
  • Visual Studio Code (VSCode) – We recommend using VSCode as your code editor. You can download it from code.visualstudio.com.

Last updated