PreRequisites
git clone https://github.com/rohitverse/nftgalaxy.git
cd .\nftgalaxy\
code ./
Now Folder Structure Looks like 👍
npm install
It will take few minutes to install all packages
Now we will get the node moduules folder because we installed all packages from package.json that are all packages are stored in the form of modules in the node_modules
npm run dev
or Frontend will start running on localhost:3000
Click on Follow Link or ctrl + click
npm run dev
Frontend will run automatically basically we followed STEP 5 here!
Happy Learning!