Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.02 KB

_pre-requisites_.md

File metadata and controls

22 lines (16 loc) · 1.02 KB

Prerequisites

Before starting, ensure that the following systems are installed on your computer.

  • git (v2.34.1 at the time of this writing)
  • Node.js (v18.15.0 at the time of this writing)
  • npm (v9.5.0 at the time of this writing)
  • Visual Studio Code (v1.81.1 at the time of this writing) or another IDE of your choice

Note: I recommend using the same or latest long-term-support (LTS) versions of the systems listed above.

Note 2: When installing Node.js, npm is installed together. 🎉

Note 3: To check the versions of git, Node.js and npm installed on your computer, run the command git --version && node --version && npm --version in your command line terminal.

Note 4: I've left links to the installers in the requirements list above, in case you haven't installed them yet.


Cool, the prerequisites are ready. ☑️

Click here and I'll present you the application under test.