Creating a Project from Scratch.
Firstly there will be three folders --: Exercise Files Starter Go into the exercise folder in the terminal and then run a command --> npm init -y -->This command will create package.json in the exercise folder --> and that's all we need to run a no...