Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

Tell us what’s happening:

I just started backend course and I am having trouble understanding what to do regarding github repo. do I have to learn git before backend

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36

Challenge Information:

Managing Packages with NPM - How to Use package.json, the Core of Any Node.js Project or npm Package

git could be useful, but it is not necessary for this part, the only thing you need to be able to do is git clone <url-of-repo> to get the files locally, and npm i then npm start to start the server

btw these are CLI commands

the Relational Databases certification include also these things

1 Like

Thanks, and can I use VS code for this and if yes then how I couldn’t find a proper explanation anywhere.

yes you can use VSCode

open the folder of the project in VSCode and you can use the commands in the terminal with VScode