Creating a Project from Scratch.
Nov 9, 2023 · 1 min read · 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...
Join discussion