You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Install the latest version of Node.js here.
Install the latest version of Visual Studio Code here.
Installing Packages
After installing Node.js and Visual Studio Code, you are ready to install the necessary packages.
Open the terminal in Visual Studio Code by pressing Ctrl + ~.
Navigate to the project directory using cd.
In both the front-end and back-end folder execute npm install in the terminal to install all package dependencies.